Searched refs:GetInputProcessedSize (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.h33 UInt64 GetInputProcessedSize() const { return _inputProcessed; } function in class:NCompress::NLzma::CEncoder
H A DLzmaDecoder.h72 UInt64 GetInputProcessedSize() const { return _inSizeProcessed; } function in class:NCompress::NLzma::CDecoder
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp89 UInt64 GetInputProcessedSize() const { return _lzmaDecoderSpec->GetInputProcessedSize(); } function in class:NArchive::NLzma::CDecoder
511 packSize = decoder.GetInputProcessedSize();

Completed in 47 milliseconds