Searched defs:FindFieldByName (Results 1 – 3 of 3) sorted by relevance
173 PyObject* FindFieldByName(CDescriptorPool* self, PyObject* name) { in FindFieldByName() function
1070 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool1211 Descriptor::FindFieldByName(const string& key) const { in FindFieldByName() function in google::protobuf::Descriptor
509 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument