Home | History | Annotate | Download | only in Common

Lines Matching full:byte

24   const Byte *_data;

29 void Init(const Byte *data, size_t size, IUnknown *ref = 0)
49 Byte *_buf;
56 operator Byte*() const { return _buf; };
57 operator const Byte*() const { return _buf; };
71 const Byte *GetBuffer() const { return _buffer; }
73 Byte *GetBufPtrForWriting(size_t addSize);
84 Byte *_buffer;
88 void Init(Byte *buffer, size_t size)
120 Byte *_data;
127 virtual HRESULT ReadBlock(UInt64 blockIndex, Byte *dest, size_t blockSize) = 0;