Home
last modified time | relevance | path

Searched refs:HeapOutputBufferType (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Tools/bgen/bgen/
DbgenHeapBuffer.py75 class HeapOutputBufferType(OutputOnlyMixIn, HeapInputOutputBufferType): class
96 class VarHeapOutputBufferType(HeapOutputBufferType):
119 class MallocHeapOutputBufferType(HeapOutputBufferType):
DbgenStringBuffer.py6 from bgenHeapBuffer import HeapOutputBufferType
61 class HeapOutputStringType(StringBufferMixIn, HeapOutputBufferType):
Dmacsupport.py123 OutBuffer = HeapOutputBufferType('char', 'long', 'l') # (buf, len)