Lines Matching refs:Byte
12 Byte *_data;
24 operator Byte *() { return _data; }
25 operator const Byte *() const { return _data; }
35 _data = (Byte *)::MidAlloc(size);
51 _data = (Byte *)::MidAlloc(size);
61 Byte *_data;
74 _data = (Byte *)ISzAlloc_Alloc(&g_AlignedAlloc, size);
79 operator Byte *() { return _data; }
80 operator const Byte *() const { return _data; }
86 Byte *_data;
101 _data = (Byte *)ISzAlloc_Alloc(&g_AlignedAlloc, size);
115 operator Byte *() { return _data; }
116 operator const Byte *() const { return _data; }
126 _data = (Byte *)ISzAlloc_Alloc(&g_AlignedAlloc, size);
139 _data = (Byte *)ISzAlloc_Alloc(&g_AlignedAlloc, size);