Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc127 string command = StripPrefixString(file->message_type(i)->name(), in Generate()
155 SplitStringUsing(StripPrefixString(parameter, "insert="), in Generate()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h86 inline string StripPrefixString(const string& str, const string& prefix) { in StripPrefixString() function