Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/
Ddef.hpp204 OneofDefPtr FindOneofByName(const char* name, size_t len) const { in FindOneofByName() function in upb::MessageDefPtr
208 OneofDefPtr FindOneofByName(const char* name) const { in FindOneofByName() function in upb::MessageDefPtr
213 OneofDefPtr FindOneofByName(const T& str) const { in FindOneofByName() function in upb::MessageDefPtr
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc339 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg) { in FindOneofByName() function
/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py549 def FindOneofByName(self, full_name): member in DescriptorPool
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1449 const OneofDescriptor* DescriptorPool::FindOneofByName( in FindOneofByName() function in google::protobuf::DescriptorPool
1634 const OneofDescriptor* Descriptor::FindOneofByName(ConstStringParam key) const { in FindOneofByName() function in google::protobuf::Descriptor