Lines Matching refs:Byte
12 Byte *_data;
24 operator Byte *() { return _data; }
25 operator const Byte *() const { return _data; }
35 _data = (Byte *)::MidAlloc(size); in Alloc()
51 _data = (Byte *)::MidAlloc(size); in AllocAtLeast()
61 Byte *_data;
76 _data = (Byte *)ISzAlloc_Alloc(&g_AlignedAlloc, size); in CAlignedBuffer()
90 operator Byte *() { return _data; }
91 operator const Byte *() const { return _data; }
101 _data = (Byte *)ISzAlloc_Alloc(&g_AlignedAlloc, size); in Alloc()
114 _data = (Byte *)ISzAlloc_Alloc(&g_AlignedAlloc, size); in AllocAtLeast()