HomeSort by relevance Sort by last modified time
    Searched refs:StripString (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
strutil.h 117 // StripString
123 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
strutil.cc 83 // StripString
87 void StripString(string* s, const char* remove, char replacewith) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 81 StripString(&basename, "-", '_');
82 StripString(&basename, "/", '.');
247 StripString(&filename, ".", '/');
    [all...]

Completed in 45 milliseconds