• Home
  • Raw
  • Download

Lines Matching refs:CFMutableArrayRefObject

693 typedef struct CFMutableArrayRefObject {  struct
697 } CFMutableArrayRefObject; argument
701 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()
826 static int CFMutableArrayRefObj_compare(CFMutableArrayRefObject *self, CFMutableArrayRefObject *oth… in CFMutableArrayRefObj_compare()
834 static PyObject * CFMutableArrayRefObj_repr(CFMutableArrayRefObject *self) in CFMutableArrayRefObj_repr()
841 static int CFMutableArrayRefObj_hash(CFMutableArrayRefObject *self) in CFMutableArrayRefObj_hash()
853 ((CFMutableArrayRefObject *)_self)->ob_itself = itself; in CFMutableArrayRefObj_tp_init()
860 ((CFMutableArrayRefObject *)_self)->ob_itself = itself; in CFMutableArrayRefObj_tp_init()
872 ((CFMutableArrayRefObject *)self)->ob_itself = NULL; in CFMutableArrayRefObj_tp_new()
873 ((CFMutableArrayRefObject *)self)->ob_freeit = CFRelease; in CFMutableArrayRefObj_tp_new()
884 sizeof(CFMutableArrayRefObject), /*tp_basicsize*/