Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp28 if (_outSizeIsDefined) in WriteWithLimit()
44 _outSizeIsDefined = (outSize != 0); in Code()
45 if (_outSizeIsDefined) in Code()
48 while (!_outSizeIsDefined || _nowPos64 < _outSize) in Code()
DFilterCoder.h42 bool _outSizeIsDefined; variable
49 _outSizeIsDefined = false; in Init2()