Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc221 std::string TryRemovePrefix(const std::string& prefix, const std::string& value) { in TryRemovePrefix() function
269 std::string stripped = TryRemovePrefix(enum_name, enum_value_name); in GetEnumValueName()