Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/bgen/bgen/
DbgenBuffer.py193 class StructInputOutputBufferType(FixedInputOutputBufferType): class
242 class StructCombinedInputOutputBufferType(StructInputOutputBufferType):
251 class StructInputBufferType(InputOnlyBufferMixIn, StructInputOutputBufferType):
270 class StructOutputBufferType(OutputOnlyBufferMixIn, StructInputOutputBufferType):
287 class ArrayOutputBufferType(OutputOnlyBufferMixIn, StructInputOutputBufferType):
/external/python/cpython2/Mac/Modules/snd/
Dsndsupport.py82 StateBlock = StructInputOutputBufferType('StateBlock')