Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h119 inline string StripPrefixString(const string& str, const string& prefix) { in StripPrefixString() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc426 return StripPrefixString(long_name, long_name_prefix); in EnumValueShortName()