Searched defs:FindOneofByName (Results 1 – 5 of 5) sorted by relevance
204 OneofDefPtr FindOneofByName(const char* name, size_t len) const { in FindOneofByName() function in upb::MessageDefPtr208 OneofDefPtr FindOneofByName(const char* name) const { in FindOneofByName() function in upb::MessageDefPtr213 OneofDefPtr FindOneofByName(const T& str) const { in FindOneofByName() function in upb::MessageDefPtr
498 def FindOneofByName(self, full_name): member in DescriptorPool
339 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg) { in FindOneofByName() function
1457 const OneofDescriptor* DescriptorPool::FindOneofByName( in FindOneofByName() function in google::protobuf::DescriptorPool1626 const OneofDescriptor* Descriptor::FindOneofByName( in FindOneofByName() function in google::protobuf::Descriptor
3609 OneofDefPtr FindOneofByName(const char* name, size_t len) const { in FindOneofByName() function3613 OneofDefPtr FindOneofByName(const char *name) const { in FindOneofByName() function3618 OneofDefPtr FindOneofByName(const T &str) const { in FindOneofByName() function