Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymactoolbox.h223 extern PyObject *CFMutableDictionaryRefObj_New(CFMutableDictionaryRef);
/external/python/cpython2/Python/
Dmactoolboxglue.c468 GLUE_NEW(CFMutableDictionaryRef, CFMutableDictionaryRefObj_New, "Carbon.CF")
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c70 #define CFMutableDictionaryRefObj_New _CFMutableDictionaryRefObj_New macro
1132 PyObject *CFMutableDictionaryRefObj_New(CFMutableDictionaryRef itself) in CFMutableDictionaryRefObj_New() function
3832 CFMutableDictionaryRefObj_New, _rv); in CF_CFDictionaryCreateMutable()
3853 CFMutableDictionaryRefObj_New, _rv); in CF_CFDictionaryCreateMutableCopy()
4890 PyMac_INIT_TOOLBOX_OBJECT_NEW(CFMutableDictionaryRef, CFMutableDictionaryRefObj_New); in init_CF()