Searched refs:PyBaseDescriptor (Results 1 – 1 of 1) sorted by relevance
316 typedef struct PyBaseDescriptor { struct325 } PyBaseDescriptor; typedef330 PyBaseDescriptor base;367 PyBaseDescriptor* py_descriptor = PyObject_GC_New( in NewInternedDescriptor()368 PyBaseDescriptor, type); in NewInternedDescriptor()398 PyBaseDescriptor* self = reinterpret_cast<PyBaseDescriptor*>(pself); in Dealloc()406 PyBaseDescriptor* self = reinterpret_cast<PyBaseDescriptor*>(pself); in GcTraverse()412 PyBaseDescriptor* self = reinterpret_cast<PyBaseDescriptor*>(pself); in GcClear()424 sizeof(PyBaseDescriptor), // tp_basicsize461 return reinterpret_cast<PyBaseDescriptor*>(obj)->descriptor; in PyDescriptor_AsVoidPtr()[all …]