Searched refs:PyDescriptorPool_Type (Results 1 – 4 of 4) sorted by relevance
86 extern PyTypeObject PyDescriptorPool_Type;
88 reinterpret_cast<PyObject*>(&PyDescriptorPool_Type), NULL)); in New()94 if (!PyObject_TypeCheck(pool, &PyDescriptorPool_Type)) { in New()
106 PyDescriptorPool, &PyDescriptorPool_Type); in _CreateDescriptorPool()677 PyTypeObject PyDescriptorPool_Type = { variable724 if (PyType_Ready(&PyDescriptorPool_Type) < 0) in InitDescriptorPool()
3063 &PyDescriptorPool_Type)); in InitProto2MessageModule()