Home
last modified time | relevance | path

Searched defs:GetOutputProcessedSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzmaDecoder.h101 UInt64 GetOutputProcessedSize() const { return _outProcessed; } in GetOutputProcessedSize() function
H A DZlibDecoder.h45 UInt64 GetOutputProcessedSize() const { return AdlerStream->GetSize(); } in GetOutputProcessedSize() function