Home
last modified time | relevance | path

Searched defs:enum_value_name (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc274 std::string GetEnumValueName(const std::string& enum_name, const std::string& enum_value_name) { in GetEnumValueName()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1057 std::string enum_value_name = StringPrintf("UNKNOWN_ENUM_VALUE_%s_%d", in FindEnumValueByNumberCreatingIfUnknown() local
Ddescriptor_unittest.cc7829 const char* enum_value_name) { in AddSimpleEnumProtoFileToDb()