Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py566 def FindExtensionByName(self, full_name): member in DescriptorPool
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc296 PyObject* FindExtensionByName(PyDescriptorPool* self, PyObject* arg) { in FindExtensionByName() function
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1439 const FieldDescriptor* DescriptorPool::FindExtensionByName( in FindExtensionByName() function in google::protobuf::DescriptorPool
1644 const FieldDescriptor* Descriptor::FindExtensionByName( in FindExtensionByName() function in google::protobuf::Descriptor
1793 const FieldDescriptor* FileDescriptor::FindExtensionByName( in FindExtensionByName() function in google::protobuf::FileDescriptor
Ddescriptor_unittest.cc461 TEST_F(FileDescriptorTest, FindExtensionByName) { in TEST_F() argument
1980 TEST_F(ExtensionDescriptorTest, FindExtensionByName) { in TEST_F() argument