Searched refs:GetInputProcessedSize (Results 1 - 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/Compress/ | ||
H A D | LzmaEncoder.h | 33 UInt64 GetInputProcessedSize() const { return _inputProcessed; }
function in class:NCompress::NLzma::CEncoder |
H A D | LzmaDecoder.h | 72 UInt64 GetInputProcessedSize() const { return _inSizeProcessed; }
function in class:NCompress::NLzma::CDecoder |
/external/lzma/CPP/7zip/Archive/ | ||
H A D | LzmaHandler.cpp | 89 UInt64 GetInputProcessedSize() const { return _lzmaDecoderSpec->GetInputProcessedSize(); }
function in class:NArchive::NLzma::CDecoder 511 packSize = decoder.GetInputProcessedSize(); |
Completed in 47 milliseconds