Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
strings.cc File Reference

Go to the source code of this file.

Namespaces

namespace  impeller
 

Functions

bool impeller::HasPrefix (const std::string &string, const std::string &prefix)
 
bool impeller::HasSuffix (const std::string &string, const std::string &suffix)
 
std::string impeller::StripPrefix (const std::string &string, const std::string &to_strip)