Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumDescriptor.cs111 public EnumValueDescriptor FindValueByName(string name) in FindValueByName() method in Google.Protobuf.Reflection.EnumDescriptor
/external/protobuf/php/ext/google/protobuf/
Dupb.h2884 inline bool EnumDef::FindValueByName(const char* name, int32_t *num) const { in FindValueByName() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1445 EnumDescriptor::FindValueByName(const string& key) const { in FindValueByName() function in google::protobuf::EnumDescriptor
Ddescriptor_unittest.cc1274 TEST_F(EnumDescriptorTest, FindValueByName) { in TEST_F() argument