Home
last modified time | relevance | path

Searched refs:CFMutableStringRef (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymactoolbox.h200 extern PyObject *CFMutableStringRefObj_New(CFMutableStringRef);
201 extern int CFMutableStringRefObj_Convert(PyObject *, CFMutableStringRef *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymactoolbox.h200 extern PyObject *CFMutableStringRefObj_New(CFMutableStringRef);
201 extern int CFMutableStringRefObj_Convert(PyObject *, CFMutableStringRef *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py96 CFMutableStringRef = OpaqueByValueType("CFMutableStringRef", "CFMutableStringRefObj") variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmactoolboxglue.c457 GLUE_CONVERT(CFMutableStringRef, CFMutableStringRefObj_Convert, "Carbon.CF")
458 GLUE_NEW(CFMutableStringRef, CFMutableStringRefObj_New, "Carbon.CF")