Searched refs:CFMutableArrayRefObject (Results 1 – 1 of 1) sorted by relevance
693 typedef struct CFMutableArrayRefObject { struct697 } CFMutableArrayRefObject; argument701 CFMutableArrayRefObject *it; in CFMutableArrayRefObj_New()707 it = PyObject_NEW(CFMutableArrayRefObject, &CFMutableArrayRef_Type); in CFMutableArrayRefObj_New()726 *p_itself = ((CFMutableArrayRefObject *)v)->ob_itself; in CFMutableArrayRefObj_Convert()730 static void CFMutableArrayRefObj_dealloc(CFMutableArrayRefObject *self) in CFMutableArrayRefObj_dealloc()740 static PyObject *CFMutableArrayRefObj_CFArrayRemoveValueAtIndex(CFMutableArrayRefObject *_self, PyO… in CFMutableArrayRefObj_CFArrayRemoveValueAtIndex()757 static PyObject *CFMutableArrayRefObj_CFArrayRemoveAllValues(CFMutableArrayRefObject *_self, PyObje… in CFMutableArrayRefObj_CFArrayRemoveAllValues()771 static PyObject *CFMutableArrayRefObj_CFArrayExchangeValuesAtIndices(CFMutableArrayRefObject *_self… in CFMutableArrayRefObj_CFArrayExchangeValuesAtIndices()791 static PyObject *CFMutableArrayRefObj_CFArrayAppendArray(CFMutableArrayRefObject *_self, PyObject *… in CFMutableArrayRefObj_CFArrayAppendArray()[all …]