Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp58 _outSizeIsDefined(false), in CFilterCoder()
156 if (_outSizeIsDefined) in Flush2()
288 _outSizeIsDefined = true; in SetOutStreamSize()
319 if (_outSizeIsDefined) in Read()
DFilterCoder.h95 bool _outSizeIsDefined; variable
111 _outSizeIsDefined = false; in InitSpecVars()