Searched refs:HeapOutputBufferType (Results 1 – 3 of 3) sorted by relevance
75 class HeapOutputBufferType(OutputOnlyMixIn, HeapInputOutputBufferType): class96 class VarHeapOutputBufferType(HeapOutputBufferType):119 class MallocHeapOutputBufferType(HeapOutputBufferType):
6 from bgenHeapBuffer import HeapOutputBufferType61 class HeapOutputStringType(StringBufferMixIn, HeapOutputBufferType):
123 OutBuffer = HeapOutputBufferType('char', 'long', 'l') # (buf, len)