Home | History | Annotate | Download | only in Common

Lines Matching full:uint64

15   UInt64 _size;

16 UInt64 _pos;
21 void Init(UInt64 streamSize)
31 UInt64 GetSize() const { return _pos; }
40 UInt64 _virtPos;
41 UInt64 _physPos;
42 UInt64 _size;
43 UInt64 _startOffset;
48 HRESULT InitAndSeek(UInt64 startOffset, UInt64 size)
60 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
69 UInt64 _virtPos;
70 UInt64 _physPos;
74 UInt64 StartOffset;
75 UInt64 Size;
97 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
100 HRESULT CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 size, ISequentialInStream **resStream);
107 UInt64 _size;
115 void Init(UInt64 size, bool overflowIsAllowed = false)
122 UInt64 GetRem() const { return _size; }