Searched refs:StripSuffixString (Results 1 – 6 of 6) 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/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 202 return StripSuffixString(filename, ".protodevel"); in StripProto() 204 return StripSuffixString(filename, ".proto"); in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 163 return StripSuffixString(filename, ".protodevel"); in StripProto() 165 return StripSuffixString(filename, ".proto"); in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 157 return StripSuffixString(filename, ".protodevel"); in StripProto() 159 return StripSuffixString(filename, ".proto"); in StripProto()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 108 inline string StripSuffixString(const string& str, const string& suffix) { in StripSuffixString() function
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 78 return StripSuffixString(filename, suffix); in StripProto()
|