Lines Matching refs:Byte
22 const Byte *_data;
27 void Init(const Byte *data, size_t size, IUnknown *ref = 0)
44 Byte *_buf;
51 operator Byte*() const { return _buf; };
52 operator const Byte*() const { return _buf; };
66 const Byte *GetBuffer() const { return _buffer; } in GetBuffer()
68 Byte *GetBufPtrForWriting(size_t addSize);
79 Byte *_buffer;
83 void Init(Byte *buffer, size_t size) in Init()
115 Byte *_data;
122 virtual HRESULT ReadBlock(UInt64 blockIndex, Byte *dest, size_t blockSize) = 0;