Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc171 return StripSuffixString(filename, ".protodevel"); in StripProto()
173 return StripSuffixString(filename, ".proto"); in StripProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc273 return StripSuffixString(filename, ".protodevel"); in StripProto()
275 return StripSuffixString(filename, ".proto"); in StripProto()
499 worker = StripSuffixString(worker, "_p"); in UnCamelCaseFieldName()
502 worker = StripSuffixString(worker, "Array"); in UnCamelCaseFieldName()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc284 return StripSuffixString(filename, ".protodevel"); in StripProto()
286 return StripSuffixString(filename, ".proto"); in StripProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc171 return StripSuffixString(filename, ".protodevel"); in StripProto()
173 return StripSuffixString(filename, ".proto"); in StripProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h141 inline string StripSuffixString(const string& str, const string& suffix) { in StripSuffixString() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.cc84 return StripSuffixString(filename, suffix); in StripProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.cc151 return StripSuffixString(filename, suffix); in StripProto()