Home
last modified time | relevance | path

Searched refs:GetInputProcessedSize (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.h40 UInt64 GetInputProcessedSize() const { return _inputProcessed; } in GetInputProcessedSize() function
DLzmaDecoder.h94 UInt64 GetInputProcessedSize() const { return _inProcessed; } in GetInputProcessedSize() function
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp92 UInt64 GetInputProcessedSize() const { return _lzmaDecoderSpec->GetInputProcessedSize(); } in GetInputProcessedSize() function in NArchive::NLzma::CDecoder
546 packSize = decoder.GetInputProcessedSize(); in Extract()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp727 UInt64 processedSize = encoderSpec->GetInputProcessedSize(); in main2()