Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h104 const std::string& enum_value_name);
Dcsharp_helpers.cc274 std::string GetEnumValueName(const std::string& enum_name, const std::string& enum_value_name) { in GetEnumValueName() argument
275 std::string stripped = TryRemovePrefix(enum_name, enum_value_name); in GetEnumValueName()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1068 std::string enum_value_name = StringPrintf("UNKNOWN_ENUM_VALUE_%s_%d", in FindEnumValueByNumberCreatingIfUnknown() local
1073 result->name_ = tables->AllocateString(enum_value_name); in FindEnumValueByNumberCreatingIfUnknown()
1075 tables->AllocateString(parent->full_name() + "." + enum_value_name); in FindEnumValueByNumberCreatingIfUnknown()
Ddescriptor_unittest.cc7719 const char* enum_value_name) { in AddSimpleEnumProtoFileToDb() argument
7728 std::string(enum_value_name) + in AddSimpleEnumProtoFileToDb()