CDescriptorPool   155 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc static void CDescriptorPoolDealloc(CDescriptorPool* self);
CDescriptorPool   177 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc     CDescriptorPool* self, PyObject* arg) {
CDescriptorPool   198 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc     CDescriptorPool* self, PyObject* arg) {
CDescriptorPool   233 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc   sizeof(CDescriptorPool),             // tp_basicsize
CDescriptorPool   272 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc static void CDescriptorPoolDealloc(CDescriptorPool* self) {
CDescriptorPool   285 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc   CDescriptorPool* cdescriptor_pool = PyObject_New(
CDescriptorPool   286 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc       CDescriptorPool, &CDescriptorPool_Type);