Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp232 CMtEncMultiProgress *_mtProgresSpec; member in NArchive::N7z::CSequentialOutTempBufferImp2
234 CSequentialOutTempBufferImp2(): _buf(0), _mtProgresSpec(NULL) {} in CSequentialOutTempBufferImp2()
251 if (_mtProgresSpec) in Write()
252 _mtProgresSpec->AddOutSize(size); in Write()
263 CMtEncMultiProgress *_mtProgresSpec; member in NArchive::N7z::CSequentialOutMtNotify
265 CSequentialOutMtNotify(): _mtProgresSpec(NULL) {} in CSequentialOutMtNotify()
277 if (_mtProgresSpec) in Write()
278 _mtProgresSpec->AddOutSize(size); in Write()
411 mtOutStreamNotifySpec->_mtProgresSpec = mtProgressSpec; in Encode()
415 tempBufferSpecs[t]->_mtProgresSpec = mtProgressSpec; in Encode()