Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
strings.h File Reference
#include <string>
#include "impeller/base/config.h"

Go to the source code of this file.

Namespaces

namespace  impeller
 

Functions

std::string impeller::SPrintF (const char *format,...)
 
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)