Searched defs:FindOneofByName (Results 1 – 4 of 4) sorted by relevance
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