Home
last modified time | relevance | path

Searched refs:StripSuffixString (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_generator.cc136 StripSuffixString(options[i].second, "/"); in GenerateAll()
Dobjectivec_helpers.cc362 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/
Djava_helpers.cc232 return StripSuffixString(filename, ".protodevel"); in StripProto()
234 return StripSuffixString(filename, ".proto"); in StripProto()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h143 inline string StripSuffixString(const string& str, const string& suffix) { in StripSuffixString() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc520 return StripSuffixString(filename, ".protodevel"); in StripProto()
522 return StripSuffixString(filename, ".proto"); in StripProto()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc82 return StripSuffixString(filename, suffix); in StripProto()
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc108 return StripSuffixString(filename, suffix); in StripProto()