Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc116 return StripSuffixString(filename, ".protodevel"); in StripProto()
118 return StripSuffixString(filename, ".proto"); in StripProto()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc269 return StripSuffixString(filename, ".protodevel"); in StripProto()
271 return StripSuffixString(filename, ".proto"); in StripProto()
479 worker = StripSuffixString(worker, "_p"); in UnCamelCaseFieldName()
482 worker = StripSuffixString(worker, "Array"); in UnCamelCaseFieldName()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc171 return StripSuffixString(filename, ".protodevel"); in StripProto()
173 return StripSuffixString(filename, ".proto"); in StripProto()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc157 return StripSuffixString(filename, ".protodevel"); in StripProto()
159 return StripSuffixString(filename, ".proto"); in StripProto()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc284 return StripSuffixString(filename, ".protodevel"); in StripProto()
286 return StripSuffixString(filename, ".proto"); in StripProto()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h141 inline string StripSuffixString(const string& str, const string& suffix) { in StripSuffixString() function
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc83 return StripSuffixString(filename, suffix); in StripProto()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc151 return StripSuffixString(filename, suffix); in StripProto()