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/ |
D | javanano_helpers.cc | 171 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/ |
D | objectivec_helpers.cc | 273 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/ |
D | cpp_helpers.cc | 284 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/ |
D | java_helpers.cc | 171 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/ |
D | strutil.h | 141 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/ |
D | python_generator.cc | 84 return StripSuffixString(filename, suffix); in StripProto()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 151 return StripSuffixString(filename, suffix); in StripProto()
|