Home
last modified time | relevance | path

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

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