Home
last modified time | relevance | path

Searched defs:GetProcessedSize (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Common/
DOutBuffer.cpp40 UInt64 COutBuffer::GetProcessedSize() const throw() in GetProcessedSize() function in COutBuffer
DInBuffer.h42 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (_buf - _bufBase); } in GetProcessedSize() function
/external/lzma/CS/7zip/Common/
DOutBuffer.cs45 public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } in GetProcessedSize() method in SevenZip.Buffer.OutBuffer
DInBuffer.cs67 public ulong GetProcessedSize() in GetProcessedSize() method in SevenZip.Buffer.InBuffer