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

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)