Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc189 std::string command = StripPrefixString( in Generate()
234 SplitStringUsing(StripPrefixString(parameter, "insert="), ",", in Generate()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc518 return StripPrefixString(long_name, long_name_prefix); in EnumValueShortName()
971 string line = StripPrefixString(lines[i], " "); in BuildCommentsString()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h121 inline string StripPrefixString(const string& str, const string& prefix) { in StripPrefixString() function
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc185 std::string result = StripPrefixString( in GetNestedMessageName()