Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py619 def FindAllExtensions(self, message_descriptor): member in DescriptorPool
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc453 static PyObject* FindAllExtensions(PyObject* self, PyObject* arg) { in FindAllExtensions() function
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1079 inline void DescriptorPool::Tables::FindAllExtensions( in FindAllExtensions() function in google::protobuf::DescriptorPool::Tables
1558 void DescriptorPool::FindAllExtensions( in FindAllExtensions() function in google::protobuf::DescriptorPool
Ddescriptor_unittest.cc2022 TEST_F(ExtensionDescriptorTest, FindAllExtensions) { in TEST_F() argument
6840 TEST_F(DatabaseBackedPoolTest, FindAllExtensions) { in TEST_F() argument