Home
last modified time | relevance | path

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

/external/python/cpython2/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
/external/python/cpython2/Mac/Modules/scrap/
Dscrapsupport.py49 putscrapbuffer = FixedInputBufferType('void *')
/external/python/cpython2/Mac/Modules/qd/
Dqdsupport.py25 class TextThingieClass(FixedInputBufferType):