Searched refs:GetProcessedSize (Results 1 – 8 of 8) sorted by relevance
104 UInt64 GetProcessedSize() { return Stream.GetProcessedSize() + _cacheSize + 4; } in GetProcessedSize() function196 UInt64 GetProcessedSize() { return Stream.GetProcessedSize(); } in GetProcessedSize() function
308 const UInt64 nowPos64 = _outStream.GetProcessedSize(); in CodeReal()340 UInt32 dest = src - (UInt32(_outStream.GetProcessedSize()) + 4) ; in CodeReal()
45 public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } in GetProcessedSize() method in SevenZip.Buffer.OutBuffer
67 public ulong GetProcessedSize() in GetProcessedSize() method in SevenZip.Buffer.InBuffer
60 UInt64 GetProcessedSize() const throw();
42 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (_buf - _bufBase); } in GetProcessedSize() function
40 UInt64 COutBuffer::GetProcessedSize() const throw() in GetProcessedSize() function in COutBuffer
138 return _outByte.GetProcessedSize(); in GetPos()850 headerSize = _outByte.GetProcessedSize(); in WriteDatabase()