Searched refs:CFMutableDictionaryRefObject (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/cf/
H A D_CFmodule.c1126 typedef struct CFMutableDictionaryRefObject { struct
1130 } CFMutableDictionaryRefObject; typedef in typeref:struct:CFMutableDictionaryRefObject
1134 CFMutableDictionaryRefObject *it;
1140 it = PyObject_NEW(CFMutableDictionaryRefObject, &CFMutableDictionaryRef_Type);
1159 *p_itself = ((CFMutableDictionaryRefObject *)v)->ob_itself;
1163 static void CFMutableDictionaryRefObj_dealloc(CFMutableDictionaryRefObject *self)
1173 static PyObject *CFMutableDictionaryRefObj_CFDictionaryRemoveAllValues(CFMutableDictionaryRefObject *_self, PyObject *_args)
1196 static int CFMutableDictionaryRefObj_compare(CFMutableDictionaryRefObject *self, CFMutableDictionaryRefObject *other)
1204 static PyObject * CFMutableDictionaryRefObj_repr(CFMutableDictionaryRefObject *sel
[all...]

Completed in 61 milliseconds