Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c116 PyTypeObject CFTypeRef_Type; variable
118 #define CFTypeRefObj_Check(x) ((x)->ob_type == &CFTypeRef_Type || PyObject_TypeCheck((x), &CFTypeRe…
134 it = PyObject_NEW(CFTypeRefObject, &CFTypeRef_Type); in CFTypeRefObj_New()
429 PyTypeObject CFTypeRef_Type = { variable
526 CFTypeRef_Type.tp_dealloc((PyObject *)self); in CFArrayRefObj_dealloc()
977 CFTypeRef_Type.tp_dealloc((PyObject *)self); in CFDictionaryRefObj_dealloc()
1353 CFTypeRef_Type.tp_dealloc((PyObject *)self); in CFDataRefObj_dealloc()
1859 CFTypeRef_Type.tp_dealloc((PyObject *)self); in CFStringRefObj_dealloc()
2974 CFTypeRef_Type.tp_dealloc((PyObject *)self); in CFURLRefObj_dealloc()
4902 CFTypeRef_Type.ob_type = &PyType_Type; in init_CF()
[all …]