Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymactoolbox.h220 extern int CFMutableArrayRefObj_Convert(PyObject *, CFMutableArrayRef *);
/external/python/cpython2/Python/
Dmactoolboxglue.c462 GLUE_CONVERT(CFMutableArrayRef, CFMutableArrayRefObj_Convert, "Carbon.CF")
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c51 #define CFMutableArrayRefObj_Convert _CFMutableArrayRefObj_Convert macro
715 int CFMutableArrayRefObj_Convert(PyObject *v, CFMutableArrayRef *p_itself) in CFMutableArrayRefObj_Convert() function
851 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFMutableArrayRefObj_Convert, &itself)) in CFMutableArrayRefObj_tp_init()
4887 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(CFMutableArrayRef, CFMutableArrayRefObj_Convert); in init_CF()