Home | History | Annotate | Download | only in streaming_proto

Lines Matching refs:string

1 #include <string>
10 const string INDENT = " ";
13 * Capitalizes the string, removes underscores and makes the next letter
16 string to_camel_case(const string& str);
21 string make_constant_name(const string& str);
26 string file_base_name(const string& str);
31 string replace_string(const string& str, const char replace, const char with);
34 * Splits a string to parts by delimiter.
36 vector<string> split(const string& str, const char delimiter);
41 string stripPrefix(const string& str, const string& prefix);