Searched refs:GetProcessedSize (Results 1 – 8 of 8) sorted by relevance
106 UInt64 GetProcessedSize() { return Stream.GetProcessedSize() + _cacheSize + 4; } in GetProcessedSize() function200 UInt64 GetProcessedSize() {return Stream.GetProcessedSize(); } in GetProcessedSize() function
328 const UInt64 nowPos64 = _outStream.GetProcessedSize(); in CodeReal()360 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
61 UInt64 GetProcessedSize() const;
77 UInt64 GetProcessedSize() const { return _processedSize + (_buffer - _bufferBase); } in GetProcessedSize() function
45 UInt64 COutBuffer::GetProcessedSize() const in GetProcessedSize() function in COutBuffer
156 return _outByte.GetProcessedSize(); in GetPos()817 headerSize = _outByte.GetProcessedSize(); in WriteDatabase()