Searched refs:CFMutableStringRef_Type (Results 1 – 1 of 1) sorted by relevance
2538 PyTypeObject CFMutableStringRef_Type; variable2540 …tringRefObj_Check(x) ((x)->ob_type == &CFMutableStringRef_Type || PyObject_TypeCheck((x), &CFMutab…2556 it = PyObject_NEW(CFMutableStringRefObject, &CFMutableStringRef_Type); in CFMutableStringRefObj_New()2877 PyTypeObject CFMutableStringRef_Type = { variable4965 CFMutableStringRef_Type.ob_type = &PyType_Type; in init_CF()4966 CFMutableStringRef_Type.tp_base = &CFStringRef_Type; in init_CF()4967 if (PyType_Ready(&CFMutableStringRef_Type) < 0) return; in init_CF()4968 Py_INCREF(&CFMutableStringRef_Type); in init_CF()4969 PyModule_AddObject(m, "CFMutableStringRef", (PyObject *)&CFMutableStringRef_Type); in init_CF()4971 Py_INCREF(&CFMutableStringRef_Type); in init_CF()[all …]