Home
last modified time | relevance | path

Searched refs:GetPos (Results 1 – 10 of 10) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DTrackbar.h21 int GetPos() in GetPos() function
DProgressBar.h20 UINT GetPos() { return (UINT)SendMsg(PBM_GETPOS, 0, 0); } in GetPos() function
/third_party/lzma/CPP/7zip/Archive/7z/
D7zOut.h45 size_t GetPos() const { return _pos; } in GetPos() function
247 UInt64 GetPos() const;
D7zOut.cpp134 UInt64 COutArchive::GetPos() const in GetPos() function in NArchive::N7z::COutArchive
140 return _outByte2.GetPos(); in GetPos()
462 pos += (unsigned)GetPos(); in SkipToAligned()
865 if (_countSize != _outByte2.GetPos()) in WriteDatabase()
D7zIn.cpp1164 if (unpackSize != outStreamSpec->GetPos()) in ReadAndDecodePackedStreams()
/third_party/lzma/CPP/Common/
DDynamicBuffer.h57 size_t GetPos() const { return _pos; } in GetPos() function
/third_party/lzma/CPP/7zip/Common/
DStreamObjects.h118 size_t GetPos() const { return _pos; } in GetPos() function
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h158 size_t GetPos() const { return _pos; } in GetPos() function
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp328 size_t GetPos() const { return Pos; } in GetPos() function in CBenchmarkOutStream
1494 if (!setDecProps && propStreamSpec->GetPos() != 0) in Decode()
1531 (UInt32)propStreamSpec->GetPos())); in Decode()
DArchiveExtractCallback.cpp2159 reparseSize = _bufPtrSeqOutStream_Spec->GetPos(); in CloseReparseAndFile()