Home | History | Annotate | Download | only in cf

Lines Matching refs:PyObject_NEW

134     it = PyObject_NEW(CFTypeRefObject, &CFTypeRef_Type);
496 it = PyObject_NEW(CFArrayRefObject, &CFArrayRef_Type);
707 it = PyObject_NEW(CFMutableArrayRefObject, &CFMutableArrayRef_Type);
947 it = PyObject_NEW(CFDictionaryRefObject, &CFDictionaryRef_Type);
1140 it = PyObject_NEW(CFMutableDictionaryRefObject, &CFMutableDictionaryRef_Type);
1317 it = PyObject_NEW(CFDataRefObject, &CFDataRef_Type);
1548 it = PyObject_NEW(CFMutableDataRefObject, &CFMutableDataRef_Type);
1813 it = PyObject_NEW(CFStringRefObject, &CFStringRef_Type);
2556 it = PyObject_NEW(CFMutableStringRefObject, &CFMutableStringRef_Type);
2944 it = PyObject_NEW(CFURLRefObject, &CFURLRef_Type);