Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c31 #define CFTypeRefObj_Convert _CFTypeRefObj_Convert macro
141 int CFTypeRefObj_Convert(PyObject *v, CFTypeRef *p_itself) in CFTypeRefObj_Convert() function
234 CFTypeRefObj_Convert, &cf2)) in CFTypeRefObj_CFEqual()
407 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFTypeRefObj_Convert, &itself)) in CFTypeRefObj_tp_init()
618 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFTypeRefObj_Convert, &itself)) in CFArrayRefObj_tp_init()
858 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFTypeRefObj_Convert, &itself)) in CFMutableArrayRefObj_tp_init()
1051 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFTypeRefObj_Convert, &itself)) in CFDictionaryRefObj_tp_init()
1228 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFTypeRefObj_Convert, &itself)) in CFMutableDictionaryRefObj_tp_init()
1459 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFTypeRefObj_Convert, &itself)) in CFDataRefObj_tp_init()
1724 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFTypeRefObj_Convert, &itself)) in CFMutableDataRefObj_tp_init()
[all …]
/external/python/cpython2/Include/
Dpymactoolbox.h212 extern int CFTypeRefObj_Convert(PyObject *, CFTypeRef *);
/external/python/cpython2/Python/
Dmactoolboxglue.c452 GLUE_CONVERT(CFTypeRef, CFTypeRefObj_Convert, "Carbon.CF")