Searched refs:FixedInputOutputBufferType (Results 1 – 2 of 2) sorted by relevance
29 class FixedInputOutputBufferType(InputOnlyType): class112 class FixedCombinedInputOutputBufferType(FixedInputOutputBufferType):141 class FixedInputBufferType(InputOnlyBufferMixIn, FixedInputOutputBufferType):154 class FixedOutputBufferType(OutputOnlyBufferMixIn, FixedInputOutputBufferType):193 class StructInputOutputBufferType(FixedInputOutputBufferType):201 FixedInputOutputBufferType.__init__(self, "sizeof(%s)" % type)
5 from bgenBuffer import FixedInputOutputBufferType8 class HeapInputOutputBufferType(FixedInputOutputBufferType):17 FixedInputOutputBufferType.__init__(self, "0", datatype, sizetype, sizeformat)46 FixedInputOutputBufferType.cleanup(self, name)