Home | History | Annotate | Download | only in base

Lines Matching defs:string

17 #include <string.h>
33 #include <string>
38 // Generic string/memory utilities
57 // Rename a bunch of common string functions so they are consistent across
122 // Traits simplifies porting string functions to be CTYPE-agnostic
131 // STL string type
132 //typedef XXX string;
133 // Null-terminated string
138 // String utilities which work with char or wchar_t
282 typedef std::string string;
294 typedef std::wstring string;
305 std::string *s);
314 std::string string_trim(const std::string& s);