Searched refs:GetInputProcessedSize (Results 1 – 3 of 3) sorted by relevance
33 UInt64 GetInputProcessedSize() const { return _inputProcessed; } in GetInputProcessedSize() function
72 UInt64 GetInputProcessedSize() const { return _inSizeProcessed; } in GetInputProcessedSize() function
89 UInt64 GetInputProcessedSize() const { return _lzmaDecoderSpec->GetInputProcessedSize(); } in GetInputProcessedSize() function in NArchive::NLzma::CDecoder511 packSize = decoder.GetInputProcessedSize(); in Extract()