Searched defs:FindFieldByName (Results 1 – 5 of 5) sorted by relevance
145 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::OneofDefPtr148 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::OneofDefPtr153 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::OneofDefPtr192 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::MessageDefPtr195 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::MessageDefPtr200 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::MessageDefPtr
532 def FindFieldByName(self, full_name): member in DescriptorPool
275 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
1428 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool1624 const FieldDescriptor* Descriptor::FindFieldByName(ConstStringParam key) const { in FindFieldByName() function in google::protobuf::Descriptor
825 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument