HomeSort by relevance Sort by last modified time
    Searched refs:GetInputProcessedSize (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.h 72 UInt64 GetInputProcessedSize() const { return _inSizeProcessed; }
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 81 UInt64 GetInputProcessedSize() const { return _lzmaDecoderSpec->GetInputProcessedSize(); }
371 lps->InSize = _packSize = decoder.GetInputProcessedSize();

Completed in 387 milliseconds