Lines Matching refs:CFMutableDictionaryRefObject
1126 typedef struct CFMutableDictionaryRefObject { struct
1130 } CFMutableDictionaryRefObject; argument
1134 CFMutableDictionaryRefObject *it; in CFMutableDictionaryRefObj_New()
1140 it = PyObject_NEW(CFMutableDictionaryRefObject, &CFMutableDictionaryRef_Type); in CFMutableDictionaryRefObj_New()
1159 *p_itself = ((CFMutableDictionaryRefObject *)v)->ob_itself; in CFMutableDictionaryRefObj_Convert()
1163 static void CFMutableDictionaryRefObj_dealloc(CFMutableDictionaryRefObject *self) in CFMutableDictionaryRefObj_dealloc()
1173 static PyObject *CFMutableDictionaryRefObj_CFDictionaryRemoveAllValues(CFMutableDictionaryRefObject… in CFMutableDictionaryRefObj_CFDictionaryRemoveAllValues()
1196 …tatic int CFMutableDictionaryRefObj_compare(CFMutableDictionaryRefObject *self, CFMutableDictionar… in CFMutableDictionaryRefObj_compare()
1204 static PyObject * CFMutableDictionaryRefObj_repr(CFMutableDictionaryRefObject *self) in CFMutableDictionaryRefObj_repr()
1211 static int CFMutableDictionaryRefObj_hash(CFMutableDictionaryRefObject *self) in CFMutableDictionaryRefObj_hash()
1223 ((CFMutableDictionaryRefObject *)_self)->ob_itself = itself; in CFMutableDictionaryRefObj_tp_init()
1230 ((CFMutableDictionaryRefObject *)_self)->ob_itself = itself; in CFMutableDictionaryRefObj_tp_init()
1242 ((CFMutableDictionaryRefObject *)self)->ob_itself = NULL; in CFMutableDictionaryRefObj_tp_new()
1243 ((CFMutableDictionaryRefObject *)self)->ob_freeit = CFRelease; in CFMutableDictionaryRefObj_tp_new()
1254 sizeof(CFMutableDictionaryRefObject), /*tp_basicsize*/