Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp75 _outSizeIsDefined(false), in CFilterCoder()
173 if (_outSizeIsDefined) in Flush2()
305 _outSizeIsDefined = true; in SetOutStreamSize()
336 if (_outSizeIsDefined) in Read()
DFilterCoder.h65 bool _outSizeIsDefined; variable
81 _outSizeIsDefined = false; in InitSpecVars()