Searched refs:StripSuffixString (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 116 return StripSuffixString(filename, ".protodevel"); in StripProto() 118 return StripSuffixString(filename, ".proto"); in StripProto()
|
/external/nos/host/generic/libnos/generator/ |
D | main.cpp | 37 using ::google::protobuf::StripSuffixString; 86 const auto header = StripSuffixString(file, ".proto") + ".pb.h"; in FullyQualifiedHeader()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 171 return StripSuffixString(filename, ".protodevel"); in StripProto() 173 return StripSuffixString(filename, ".proto"); in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 361 return StripSuffixString(filename, ".protodevel"); in StripProto() 363 return StripSuffixString(filename, ".proto"); in StripProto() 590 worker = StripSuffixString(worker, "_p"); in UnCamelCaseFieldName() 593 worker = StripSuffixString(worker, "Array"); in UnCamelCaseFieldName()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 234 return StripSuffixString(filename, ".protodevel"); in StripProto() 236 return StripSuffixString(filename, ".proto"); in StripProto()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 143 inline string StripSuffixString(const string& str, const string& suffix) { in StripSuffixString() function
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 476 return StripSuffixString(filename, ".protodevel"); in StripProto() 478 return StripSuffixString(filename, ".proto"); in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 86 return StripSuffixString(filename, suffix); in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 110 return StripSuffixString(filename, suffix); in StripProto()
|