Searched defs:FindAllExtensions (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/python/google/protobuf/ | ||
D | descriptor_pool.py | 568 def FindAllExtensions(self, message_descriptor): member in DescriptorPool |
/external/protobuf/python/google/protobuf/pyext/ | ||
D | descriptor_pool.cc | 453 static PyObject* FindAllExtensions(PyObject* self, PyObject* arg) { in FindAllExtensions() function |
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.cc | 1090 inline void DescriptorPool::Tables::FindAllExtensions( in FindAllExtensions() function in google::protobuf::DescriptorPool::Tables |
D | descriptor_unittest.cc | 2006 TEST_F(ExtensionDescriptorTest, FindAllExtensions) { in TEST_F() argument |