Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.h86 extern PyTypeObject PyDescriptorPool_Type;
Dmessage_factory.cc88 reinterpret_cast<PyObject*>(&PyDescriptorPool_Type), NULL)); in New()
94 if (!PyObject_TypeCheck(pool, &PyDescriptorPool_Type)) { in New()
Ddescriptor_pool.cc106 PyDescriptorPool, &PyDescriptorPool_Type); in _CreateDescriptorPool()
677 PyTypeObject PyDescriptorPool_Type = { variable
724 if (PyType_Ready(&PyDescriptorPool_Type) < 0) in InitDescriptorPool()
Dmessage.cc3063 &PyDescriptorPool_Type)); in InitProto2MessageModule()