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.cc180 std::string command = StripPrefixString( in Generate()
225 SplitStringUsing(StripPrefixString(parameter, "insert="), ",", in Generate()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc517 return StripPrefixString(long_name, long_name_prefix); in EnumValueShortName()
962 string line = StripPrefixString(lines[i], " "); in BuildCommentsString()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h121 inline string StripPrefixString(const string& str, const string& prefix) { in StripPrefixString() function
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc187 std::string result = StripPrefixString( in GetNestedMessageName()