Home
last modified time | relevance | path

Searched defs:GetInputProcessedSize (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.h39 UInt64 GetInputProcessedSize() const { return _inputProcessed; } in GetInputProcessedSize() function
DZlibEncoder.h37 UInt64 GetInputProcessedSize() const { return AdlerSpec->GetSize(); } in GetInputProcessedSize() function
DLzmaDecoder.h100 UInt64 GetInputProcessedSize() const { return _inProcessed; } in GetInputProcessedSize() function
DZlibDecoder.h39 UInt64 GetInputProcessedSize() const in GetInputProcessedSize() function
DLzhDecoder.h61 UInt64 GetInputProcessedSize() const { return _inBitStream.GetProcessedSize(); } in GetInputProcessedSize() function
DDeflateDecoder.h146 UInt64 GetInputProcessedSize() const { return m_InBitStream.GetProcessedSize(); } in GetInputProcessedSize() function
DBZip2Decoder.h341 UInt64 GetInputProcessedSize() const in GetInputProcessedSize() function
/external/lzma/CPP/7zip/Archive/Nsis/
DNsisDecode.cpp20 UInt64 CDecoder::GetInputProcessedSize() const in GetInputProcessedSize() function in NArchive::NNsis::CDecoder
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp91 UInt64 GetInputProcessedSize() const { return _lzmaDecoder->GetInputProcessedSize(); } in GetInputProcessedSize() function in NArchive::NLzma::Z7_final
DArjHandler.cpp54 UInt64 GetInputProcessedSize() const { return _inBitStream.GetProcessedSize(); } in GetInputProcessedSize() function in NCompress::NArj::NDecoder::CCoder