Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumDescriptor.cs123 public EnumValueDescriptor FindValueByName(string name) in FindValueByName() method in Google.Protobuf.Reflection.EnumDescriptor
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp309 bool FindValueByName(const char* name, int32_t* num) const { in FindValueByName() function in upb::EnumDefPtr
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1703 const EnumValueDescriptor* EnumDescriptor::FindValueByName( in FindValueByName() function in google::protobuf::EnumDescriptor
Ddescriptor_unittest.cc1397 TEST_F(EnumDescriptorTest, FindValueByName) { in TEST_F() argument
/external/protobuf/php/ext/google/protobuf/
Dupb.h3817 bool FindValueByName(const char *name, int32_t *num) const { in FindValueByName() function