Searched defs:FindOneofByName (Results 1 – 3 of 3) sorted by relevance
291 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg) { in FindOneofByName() function
1913 OneofDef* FindOneofByName(const char* name) { in FindOneofByName() function1916 const OneofDef* FindOneofByName(const char* name) const { in FindOneofByName() function1921 OneofDef* FindOneofByName(const T& str) { in FindOneofByName() function1925 const OneofDef* FindOneofByName(const T& str) const { in FindOneofByName() function2714 inline OneofDef* MessageDef::FindOneofByName(const char* name, size_t len) { in FindOneofByName() function2717 inline const OneofDef* MessageDef::FindOneofByName(const char* name, in FindOneofByName() function
1238 const OneofDescriptor* DescriptorPool::FindOneofByName( in FindOneofByName() function in google::protobuf::DescriptorPool1368 Descriptor::FindOneofByName(const string& key) const { in FindOneofByName() function in google::protobuf::Descriptor