Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc275 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py532 def FindFieldByName(self, full_name): member in DescriptorPool
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1428 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool
1624 const FieldDescriptor* Descriptor::FindFieldByName(ConstStringParam key) const { in FindFieldByName() function in google::protobuf::Descriptor
Ddescriptor_unittest.cc825 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument