StripString        82 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   StripString(&basename, "-", '_');
StripString        83 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   StripString(&basename, "/", '.');
StripString       262 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   StripString(&filename, ".", '/');
StripString       123 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,