Searched refs:cdescriptor_pool (Results 1 – 3 of 3) sorted by relevance
154 namespace cdescriptor_pool { namespace230 (destructor)cdescriptor_pool::Dealloc, // tp_dealloc253 cdescriptor_pool::Methods, // tp_methods276 CDescriptorPool* cdescriptor_pool = PyObject_New( in Python_NewCDescriptorPool() local278 if (cdescriptor_pool == NULL) { in Python_NewCDescriptorPool()281 cdescriptor_pool->pool = GetDescriptorPool(); in Python_NewCDescriptorPool()282 return reinterpret_cast<PyObject*>(cdescriptor_pool); in Python_NewCDescriptorPool()
71 namespace cdescriptor_pool {
1882 cdescriptor_pool::FindFieldByName(descriptor_pool, full_field_name); in CheckAndGetInteger()2121 return cdescriptor_pool::FindFieldByName(descriptor_pool, arg); in CheckAndGetInteger()2125 return cdescriptor_pool::FindExtensionByName(descriptor_pool, arg); in CheckAndGetInteger()