Home
last modified time | relevance | path

Searched refs:_inputProcessed (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.h23 UInt64 _inputProcessed; variable
40 UInt64 GetInputProcessedSize() const { return _inputProcessed; } in GetInputProcessedSize()
DLzmaEncoder.cpp173 _inputProcessed = inWrap.Processed; in Code()