Searched refs:PyDescriptorPool (Results 1 – 7 of 7) sorted by relevance
65 static std::unordered_map<const DescriptorPool*, PyDescriptorPool*>*104 static PyDescriptorPool* _CreateDescriptorPool() { in _CreateDescriptorPool()105 PyDescriptorPool* cpool = PyObject_GC_New( in _CreateDescriptorPool()106 PyDescriptorPool, &PyDescriptorPool_Type); in _CreateDescriptorPool()134 static PyDescriptorPool* PyDescriptorPool_NewWithUnderlay( in PyDescriptorPool_NewWithUnderlay()136 PyDescriptorPool* cpool = _CreateDescriptorPool(); in PyDescriptorPool_NewWithUnderlay()153 static PyDescriptorPool* PyDescriptorPool_NewWithDatabase( in PyDescriptorPool_NewWithDatabase()155 PyDescriptorPool* cpool = _CreateDescriptorPool(); in PyDescriptorPool_NewWithDatabase()193 PyDescriptorPool* self = reinterpret_cast<PyDescriptorPool*>(pself); in Dealloc()209 PyDescriptorPool* self = reinterpret_cast<PyDescriptorPool*>(pself); in GcTraverse()[all …]
56 typedef struct PyDescriptorPool { struct83 } PyDescriptorPool; argument97 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* name);103 PyObject* FindExtensionByName(PyDescriptorPool* self, PyObject* arg);109 PyObject* FindEnumTypeByName(PyDescriptorPool* self, PyObject* arg);115 PyObject* FindOneofByName(PyDescriptorPool* self, PyObject* arg);123 PyDescriptorPool* GetDefaultDescriptorPool();127 PyDescriptorPool* GetDescriptorPool_FromPool(const DescriptorPool* pool);
62 PyDescriptorPool* pool;78 PyMessageFactory* NewMessageFactory(PyTypeObject* type, PyDescriptorPool* pool);
59 PyMessageFactory* NewMessageFactory(PyTypeObject* type, PyDescriptorPool* pool) { in NewMessageFactory()102 NewMessageFactory(type, reinterpret_cast<PyDescriptorPool*>(pool))); in New()
237 PyDescriptorPool* pool = cmessage::GetFactoryForMessage(self->parent)->pool; in _FindExtensionByName()267 PyDescriptorPool* pool = cmessage::GetFactoryForMessage(self->parent)->pool; in _FindExtensionByNumber()
218 PyDescriptorPool* caching_pool = GetDescriptorPool_FromPool( in GetOrBuildOptions()324 PyDescriptorPool* pool;379 PyDescriptorPool* pool = GetDescriptorPool_FromPool( in NewInternedDescriptor()
291 PyDescriptorPool* py_descriptor_pool = in New()370 const PyDescriptorPool* pool = self->py_message_factory->pool; in GetExtensionsByName()400 const PyDescriptorPool* pool = self->py_message_factory->pool; in GetExtensionsByNumber()