Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
DLzmaEncoder.h39 UInt64 GetInputProcessedSize() const { return _inputProcessed; } in GetInputProcessedSize() function
DLzmaDecoder.h100 UInt64 GetInputProcessedSize() const { return _inProcessed; } in GetInputProcessedSize() function
/third_party/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp91 UInt64 GetInputProcessedSize() const { return _lzmaDecoder->GetInputProcessedSize(); } in GetInputProcessedSize() function in NArchive::NLzma::Z7_final