Home
last modified time | relevance | path

Searched refs:StripString (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc85 StripString(&basename, "-", '_'); in ModuleName()
86 StripString(&basename, "/", '.'); in ModuleName()
268 StripString(&filename, ".", '/'); in Generate()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h123 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
Dstrutil.cc87 void StripString(string* s, const char* remove, char replacewith) { in StripString() function