Searched refs:_processedSize (Results 1 – 6 of 6) sorted by relevance
73 const UInt64 rem = _outSize - _processedSize; in CodeSpec()88 _processedSize += i; in CodeSpec()114 const UInt64 startPos = _processedSize; in Code()116 size_t processed = (size_t)(_processedSize - startPos); in Code()124 RINOK(progress->SetRatioInfo(&inSize, &_processedSize)); in Code()127 while (!_outSizeDefined || _processedSize < _outSize); in Code()136 _processedSize = 0; in SetOutStreamSize()158 const UInt64 startPos = _processedSize; in Read()161 *processedSize = (UInt32)(_processedSize - startPos); in Read()
37 UInt64 _processedSize; variable
24 UInt64 _processedSize; variable41 UInt64 GetStreamSize() const { return _processedSize + (_buf - _bufBase); } in GetStreamSize()42 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (_buf - _bufBase); } in GetProcessedSize()51 _processedSize = 0; in SetBuf()
33 _processedSize = 0; in Init()42 UInt64 res = _processedSize + _pos - _streamPos; in GetProcessedSize()82 _processedSize += size; in FlushPart()
14 _processedSize(0), in CInBufferBase()41 _processedSize = 0; in Init()59 _processedSize += (_buf - _bufBase); in ReadBlock()
26 UInt64 _processedSize; variable