Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/bgen/bgen/
DbgenBuffer.py29 class FixedInputOutputBufferType(InputOnlyType): class
112 class FixedCombinedInputOutputBufferType(FixedInputOutputBufferType):
141 class FixedInputBufferType(InputOnlyBufferMixIn, FixedInputOutputBufferType):
154 class FixedOutputBufferType(OutputOnlyBufferMixIn, FixedInputOutputBufferType):
193 class StructInputOutputBufferType(FixedInputOutputBufferType):
201 FixedInputOutputBufferType.__init__(self, "sizeof(%s)" % type)
DbgenHeapBuffer.py5 from bgenBuffer import FixedInputOutputBufferType
8 class HeapInputOutputBufferType(FixedInputOutputBufferType):
17 FixedInputOutputBufferType.__init__(self, "0", datatype, sizetype, sizeformat)
46 FixedInputOutputBufferType.cleanup(self, name)