Searched defs:FindExtensionByName (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ | ||
D | descriptor.cc | 192 PyObject* FindExtensionByName(CDescriptorPool* self, PyObject* arg) { in FindExtensionByName() function |
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.cc | 1081 const FieldDescriptor* DescriptorPool::FindExtensionByName( in FindExtensionByName() function in google::protobuf::DescriptorPool |
D | descriptor_unittest.cc | 332 TEST_F(FileDescriptorTest, FindExtensionByName) { in TEST_F() argument |