Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc115 return StripSuffixString(filename, ".protodevel"); in StripProto()
117 return StripSuffixString(filename, ".proto"); in StripProto()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc186 return StripSuffixString(filename, ".protodevel"); in StripProto()
188 return StripSuffixString(filename, ".proto"); in StripProto()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc115 return StripSuffixString(filename, ".protodevel"); in StripProto()
117 return StripSuffixString(filename, ".proto"); in StripProto()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h108 inline string StripSuffixString(const string& str, const string& suffix) { in StripSuffixString() function
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc74 return StripSuffixString(filename, suffix); in StripProto()