Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DBZip2Decoder.h352 UInt64 GetOutProcessedSize() const { return _outWritten + _outPos; } in GetOutProcessedSize() function
DBZip2Decoder.cpp1052 const UInt64 outCur = GetOutProcessedSize(); in DecodeStreams()
/external/lzma/CPP/7zip/Archive/
DBz2Handler.cpp254 _unpackSize = decoder->GetOutProcessedSize(); in Z7_COM7F_IMF()