Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc68 PyDescriptorPool, &PyDescriptorPool_Type); in _CreateDescriptorPool()
502 PyTypeObject PyDescriptorPool_Type = { variable
549 if (PyType_Ready(&PyDescriptorPool_Type) < 0) in InitDescriptorPool()
Ddescriptor_pool.h94 extern PyTypeObject PyDescriptorPool_Type;
Dmessage.cc3029 &PyDescriptorPool_Type)); in CheckAndGetInteger()