Searched refs:GetOutputProcessedSize (Results 1 – 3 of 3) sorted by relevance
99 UInt64 GetOutputProcessedSize() const { return _outProcessed; } in GetOutputProcessedSize() function
163 if (_lzmaDecoderSpec->GetOutputProcessedSize() != header.Size) in Code()
779 if (unpackSizeDefined && unpackSize != decoderSpec->GetOutputProcessedSize()) in main2()