Searched refs:StripSuffixString (Results 1 – 7 of 7) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_generator.cc | 136 StripSuffixString(options[i].second, "/"); in GenerateAll()
|
D | objectivec_helpers.cc | 362 return StripSuffixString(filename, ".protodevel"); in StripProto() 364 return StripSuffixString(filename, ".proto"); in StripProto() 599 worker = StripSuffixString(worker, "_p"); in UnCamelCaseFieldName() 602 worker = StripSuffixString(worker, "Array"); in UnCamelCaseFieldName()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 232 return StripSuffixString(filename, ".protodevel"); in StripProto() 234 return StripSuffixString(filename, ".proto"); in StripProto()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 143 inline string StripSuffixString(const string& str, const string& suffix) { in StripSuffixString() function
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 520 return StripSuffixString(filename, ".protodevel"); in StripProto() 522 return StripSuffixString(filename, ".proto"); in StripProto()
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 82 return StripSuffixString(filename, suffix); in StripProto()
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 108 return StripSuffixString(filename, suffix); in StripProto()
|