Home
last modified time | relevance | path

Searched refs:GetOutputProcessedSize (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.h83 UInt64 GetOutputProcessedSize() const { return _outSizeProcessed; } in GetOutputProcessedSize() function
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp541 if (isSizeDefined && decoderSpec->GetOutputProcessedSize() != fileSize) in main2()
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp179 if (_lzmaDecoderSpec->GetOutputProcessedSize() != header.Size) in Code()