Searched refs:_outSizeIsDefined (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Common/
H A DFilterCoder.h45 bool _outSizeIsDefined; member in class:CFilterCoder
52 _outSizeIsDefined = false;
71 { return (!_outSizeIsDefined || (_nowPos64 < _outSize)); }
H A DFilterCoder.cpp27 if (_outSizeIsDefined)
48 _outSizeIsDefined = (outSize != 0);
49 if (_outSizeIsDefined)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Common/
H A DFilterCoder.h45 bool _outSizeIsDefined; member in class:CFilterCoder
52 _outSizeIsDefined = false;
71 { return (!_outSizeIsDefined || (_nowPos64 < _outSize)); }
H A DFilterCoder.cpp27 if (_outSizeIsDefined)
48 _outSizeIsDefined = (outSize != 0);
49 if (_outSizeIsDefined)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Common/
H A DFilterCoder.h45 bool _outSizeIsDefined; member in class:CFilterCoder
52 _outSizeIsDefined = false;
71 { return (!_outSizeIsDefined || (_nowPos64 < _outSize)); }
H A DFilterCoder.cpp27 if (_outSizeIsDefined)
48 _outSizeIsDefined = (outSize != 0);
49 if (_outSizeIsDefined)

Completed in 103 milliseconds