Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenType.py168 class InputOnlyType(InputOnlyMixIn, Type): class
199 stringptr = InputOnlyType("char*", "s")
200 unicodestringptr = InputOnlyType("wchar_t *", "u")
209 class FakeType(InputOnlyType):
DbgenBuffer.py9 from bgenType import Type, InputOnlyMixIn, OutputOnlyMixIn, InputOnlyType, OutputOnlyType
29 class FixedInputOutputBufferType(InputOnlyType):
Dmacsupport.py138 UniChar_ptr = InputOnlyType("UniCharPtr", "u")