Home
last modified time | relevance | path

Searched refs:GetProcessedSize (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/CS/7zip/Common/
H A DOutBuffer.cs45 public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } in GetProcessedSize() method in SevenZip.Buffer.OutBuffer
H A DInBuffer.cs67 public ulong GetProcessedSize() in GetProcessedSize() method in SevenZip.Buffer.InBuffer
/third_party/lzma/CPP/7zip/Common/
H A DOutBuffer.h63 UInt64 GetProcessedSize() const throw();
H A DOutBuffer.cpp40 UInt64 COutBuffer::GetProcessedSize() const throw() in GetProcessedSize() function in COutBuffer
H A DInBuffer.h49 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (size_t)(_buf - _bufBase); } in GetProcessedSize() function in CInBufferBase
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp125 return _outByte.GetProcessedSize(); in GetPos()
887 headerSize = _outByte.GetProcessedSize(); in WriteDatabase()

Completed in 4 milliseconds