Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymactoolbox.h224 extern int CFMutableDictionaryRefObj_Convert(PyObject *, CFMutableDictionaryRef *);
/external/python/cpython2/Python/
Dmactoolboxglue.c467 GLUE_CONVERT(CFMutableDictionaryRef, CFMutableDictionaryRefObj_Convert, "Carbon.CF")
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c71 #define CFMutableDictionaryRefObj_Convert _CFMutableDictionaryRefObj_Convert macro
1148 int CFMutableDictionaryRefObj_Convert(PyObject *v, CFMutableDictionaryRef *p_itself) in CFMutableDictionaryRefObj_Convert() function
1221 …if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFMutableDictionaryRefObj_Convert, &itself… in CFMutableDictionaryRefObj_tp_init()
4891 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(CFMutableDictionaryRef, CFMutableDictionaryRefObj_Convert); in init_CF()