Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymactoolbox.h198 extern PyObject *CFStringRefObj_New(CFStringRef);
199 extern int CFStringRefObj_Convert(PyObject *, CFStringRef *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymactoolbox.h198 extern PyObject *CFStringRefObj_New(CFStringRef);
199 extern int CFStringRefObj_Convert(PyObject *, CFStringRef *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py95 CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj") variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmactoolboxglue.c455 GLUE_CONVERT(CFStringRef, CFStringRefObj_Convert, "Carbon.CF")
456 GLUE_NEW(CFStringRef, CFStringRefObj_New, "Carbon.CF")