Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c1126 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()
[all …]