Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumDescriptor.cs123 public EnumValueDescriptor FindValueByName(string name) in FindValueByName() method in Google.Protobuf.Reflection.EnumDescriptor
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1721 const EnumValueDescriptor* EnumDescriptor::FindValueByName( in FindValueByName() function in google::protobuf::EnumDescriptor
Ddescriptor_unittest.cc1413 TEST_F(EnumDescriptorTest, FindValueByName) { in TEST_F() argument