Home | History | Annotate | Download | only in bgen

Lines Matching refs:OpaqueByValueType

38 wide = OpaqueByValueType("wide", "PyMac_Buildwide", "PyMac_Getwide")

44 StringPtr = OpaqueByValueType("StringPtr", "PyMac_BuildStr255", "PyMac_GetStr255")
55 return OpaqueByValueType(typename, "PyMac_BuildOSType", "PyMac_GetOSType")
61 NumVersion = OpaqueByValueType("NumVersion", "PyMac_BuildNumVersion", "BUG")
64 Handle = OpaqueByValueType("Handle", "ResObj")
65 MenuHandle = OpaqueByValueType("MenuHandle", "MenuObj")
67 ControlHandle = OpaqueByValueType("ControlHandle", "CtlObj")
71 WindowPtr = OpaqueByValueType("WindowPtr", "WinObj")
73 DialogPtr = OpaqueByValueType("DialogPtr", "DlgObj")
75 ExistingWindowPtr = OpaqueByValueType("WindowPtr", "WinObj_WhichWindow", "BUG")
76 ExistingDialogPtr = OpaqueByValueType("DialogPtr", "DlgObj_WhichDialog", "BUG")
82 Fixed = OpaqueByValueType("Fixed", "PyMac_BuildFixed", "PyMac_GetFixed")
86 Point = OpaqueByValueType("Point", "PyMac_BuildPoint", "PyMac_GetPoint")
94 CFTypeRef = OpaqueByValueType("CFTypeRef", "CFTypeRefObj")
95 CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
96 CFMutableStringRef = OpaqueByValueType("CFMutableStringRef", "CFMutableStringRefObj")
97 CFArrayRef = OpaqueByValueType("CFArrayRef", "CFArrayRefObj")
98 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj")
99 CFDictionaryRef = OpaqueByValueType("CFDictionaryRef", "CFDictionaryRefObj")
100 CFMutableDictionaryRef = OpaqueByValueType("CFMutableDictionaryRef", "CFMutableDictionaryRefObj")
101 CFURLRef = OpaqueByValueType("CFURLRef", "CFURLRefObj")
102 OptionalCFURLRef = OpaqueByValueType("CFURLRef", "OptionalCFURLRefObj")