Home
last modified time | relevance | path

Searched refs:GetDefaultDescriptorPool (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.h154 PyDescriptorPool* GetDefaultDescriptorPool();
Ddescriptor_pool.cc572 PyDescriptorPool* GetDefaultDescriptorPool() { in GetDefaultDescriptorPool() function
Dmessage.cc3024 Py_INCREF(GetDefaultDescriptorPool()); in CheckAndGetInteger()
3026 reinterpret_cast<PyObject*>(GetDefaultDescriptorPool())); in CheckAndGetInteger()
Ddescriptor.cc211 GetDefaultDescriptorPool(), message_type); in GetOrBuildOptions()