Searched defs:FindValueByName (Results 1 – 3 of 3) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
| D | EnumDescriptor.cs | 123 public EnumValueDescriptor FindValueByName(string name) in FindValueByName() method in Google.Protobuf.Reflection.EnumDescriptor |
| /third_party/protobuf/src/google/protobuf/ | ||
| D | descriptor.cc | 1721 const EnumValueDescriptor* EnumDescriptor::FindValueByName( in FindValueByName() function in google::protobuf::EnumDescriptor |
| D | descriptor_unittest.cc | 1413 TEST_F(EnumDescriptorTest, FindValueByName) { in TEST_F() argument |