Home
last modified time | relevance | path

Searched refs:StripPrefixString (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc136 string command = StripPrefixString(file->message_type(i)->name(), in Generate()
170 SplitStringUsing(StripPrefixString(parameter, "insert="), in Generate()
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_generator.cc41 using google::protobuf::StripPrefixString;
125 return StripPrefixString(descriptor->full_name(), package_ + "."); in GetDescriptorName()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h119 inline string StripPrefixString(const string& str, const string& prefix) { in StripPrefixString() function
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc406 return StripPrefixString(long_name, long_name_prefix); in EnumValueShortName()