Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c1795 PyTypeObject CFStringRef_Type; variable
1797 …ine CFStringRefObj_Check(x) ((x)->ob_type == &CFStringRef_Type || PyObject_TypeCheck((x), &CFStrin…
1813 it = PyObject_NEW(CFStringRefObject, &CFStringRef_Type); in CFStringRefObj_New()
2489 PyTypeObject CFStringRef_Type = { variable
2586 CFStringRef_Type.tp_dealloc((PyObject *)self); in CFMutableStringRefObj_dealloc()
4957 CFStringRef_Type.ob_type = &PyType_Type; in init_CF()
4958 CFStringRef_Type.tp_base = &CFTypeRef_Type; in init_CF()
4959 if (PyType_Ready(&CFStringRef_Type) < 0) return; in init_CF()
4960 Py_INCREF(&CFStringRef_Type); in init_CF()
4961 PyModule_AddObject(m, "CFStringRef", (PyObject *)&CFStringRef_Type); in init_CF()
[all …]