Home
last modified time | relevance | path

Searched refs:_outSizeDefined (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp32 _outSizeDefined(false), in CDecoder()
82 _outSizeDefined = (outSize != NULL); in SetOutStreamSizeResume()
84 if (_outSizeDefined) in SetOutStreamSizeResume()
143 if (_outSizeDefined) in CodeSpec()
166 bool outFinished = (_outSizeDefined && _outProcessed >= _outSize); in CodeSpec()
191 if (_outSizeDefined && _outSize != _outProcessed) in CodeSpec()
239 if (_outSizeDefined) in Read()
DPpmdDecoder.cpp67 if (_outSizeDefined) in CodeSpec()
123 while (!_outSizeDefined || _processedSize < _outSize); in Code()
129 _outSizeDefined = (outSize != NULL); in SetOutStreamSize()
130 if (_outSizeDefined) in SetOutStreamSize()
DPpmdDecoder.h35 bool _outSizeDefined; variable
74 CDecoder(): _outBuf(NULL), _outSizeDefined(false) in CDecoder()
DBcj2Coder.cpp327 CDecoder::CDecoder(): _finishMode(false), _outSizeDefined(false), _outSize(0) in CDecoder()
529 _outSizeDefined = (outSize != NULL); in SetOutStreamSize()
531 if (_outSizeDefined) in SetOutStreamSize()
555 if (_outSizeDefined) in Read()
639 if (_finishMode && _outSizeDefined && _outSize == _outSize_Processed) in Read()
DLzmaDecoder.h39 bool _outSizeDefined; variable
DBcj2Coder.h79 bool _outSizeDefined; variable