Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp241 CMtEncMultiProgress *_mtProgresSpec; member in NArchive::N7z::CSequentialOutTempBufferImp2
243 CSequentialOutTempBufferImp2(): _buf(0), _mtProgresSpec(NULL) {} in CSequentialOutTempBufferImp2()
260 if (_mtProgresSpec) in Write()
261 _mtProgresSpec->AddOutSize(size); in Write()
272 CMtEncMultiProgress *_mtProgresSpec; member in NArchive::N7z::CSequentialOutMtNotify
274 CSequentialOutMtNotify(): _mtProgresSpec(NULL) {} in CSequentialOutMtNotify()
286 if (_mtProgresSpec) in Write()
287 _mtProgresSpec->AddOutSize(size); in Write()
431 mtOutStreamNotifySpec->_mtProgresSpec = mtProgressSpec; in Encode()
435 tempBufferSpecs[t]->_mtProgresSpec = mtProgressSpec; in Encode()