HomeSort by relevance Sort by last modified time
    Searched refs:StripPrefixString (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 136 string command = StripPrefixString(file->message_type(i)->name(),
170 SplitStringUsing(StripPrefixString(parameter, "insert="),
  /external/perfetto/src/protozero/protoc_plugin/
protozero_generator.cc 41 using google::protobuf::StripPrefixString;
93 return StripPrefixString(descriptor->full_name(), package_ + ".");
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 108 // StripPrefixString()
119 inline string StripPrefixString(const string& str, const string& prefix) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 406 return StripPrefixString(long_name, long_name_prefix);
    [all...]

Completed in 83 milliseconds