Home
last modified time | relevance | path

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/
Dpython_generator.cc91 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/
Dstrutil.h158 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
Dstrutil.cc86 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/
Djs_generator.cc193 StripString(&basename, "-", '$'); in ModuleAlias()
194 StripString(&basename, "/", '_'); in ModuleAlias()