Searched refs:StripString (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 85 StripString(&basename, "-", '_'); in ModuleName() 86 StripString(&basename, "/", '.'); in ModuleName() 268 StripString(&filename, ".", '/'); in Generate()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 123 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
|
D | strutil.cc | 87 void StripString(string* s, const char* remove, char replacewith) { in StripString() function
|