Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymactoolbox.h219 extern PyObject *CFMutableArrayRefObj_New(CFMutableArrayRef);
/external/python/cpython2/Python/
Dmactoolboxglue.c463 GLUE_NEW(CFMutableArrayRef, CFMutableArrayRefObj_New, "Carbon.CF")
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c50 #define CFMutableArrayRefObj_New _CFMutableArrayRefObj_New macro
699 PyObject *CFMutableArrayRefObj_New(CFMutableArrayRef itself) in CFMutableArrayRefObj_New() function
3679 CFMutableArrayRefObj_New, _rv); in CF_CFArrayCreateMutable()
3700 CFMutableArrayRefObj_New, _rv); in CF_CFArrayCreateMutableCopy()
4886 PyMac_INIT_TOOLBOX_OBJECT_NEW(CFMutableArrayRef, CFMutableArrayRefObj_New); in init_CF()