Home
last modified time | relevance | path

Searched refs:FixedInputBufferType (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenBuffer.py141 class FixedInputBufferType(InputOnlyBufferMixIn, FixedInputOutputBufferType): class
151 class OptionalFixedInputBufferType(OptionalInputBufferMixIn, FixedInputBufferType):
165 class VarInputBufferType(FixedInputBufferType):
173 FixedInputBufferType.__init__(self, "0", datatype, sizetype, sizeformat)
DbgenStackBuffer.py4 from bgenBuffer import FixedInputBufferType, FixedOutputBufferType