Searched defs:enum_value_name (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_helpers.cc268 std::string GetEnumValueName(const std::string& enum_name, const std::string& enum_value_name) { argument
269 std::string stripped = TryRemovePrefix(enum_name, enum_value_name);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc878 string enum_value_name = StringPrintf( local
884 result->name_ = tables->AllocateString(enum_value_name);
886 "." + enum_value_name);

Completed in 122 milliseconds