Searched refs:StripString (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 91 StripString(&basename, "-", '_'); in ModuleName() 92 StripString(&basename, "/", '.'); in ModuleName() 323 StripString(&filename, ".", '/'); in Generate()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | strutil.h | 158 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
|
D | strutil.cc | 86 void StripString(string* s, const char* remove, char replacewith) { in StripString() function
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 193 StripString(&basename, "-", '$'); in ModuleAlias() 194 StripString(&basename, "/", '_'); in ModuleAlias()
|