Lines Matching full:uint64
23 UInt64 _pos;
38 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
100 UInt64 _size;
104 UInt64 GetSize() const { return _size; }
114 UInt64 *_tags;
119 UInt64 _size;
120 UInt64 _pos;
122 virtual HRESULT ReadBlock(UInt64 blockIndex, Byte *dest, size_t blockSize) = 0;
128 void Init(UInt64 size);
132 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);