Home
last modified time | relevance | path

Searched defs:FindFieldByName (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc173 PyObject* FindFieldByName(CDescriptorPool* self, PyObject* name) { in FindFieldByName() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1070 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool
1211 Descriptor::FindFieldByName(const string& key) const { in FindFieldByName() function in google::protobuf::Descriptor
Ddescriptor_unittest.cc509 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument