Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp252 CMtEncMultiProgress *_mtProgressSpec; member
254 CSequentialOutTempBufferImp2(): _mtProgressSpec(NULL) {} in CSequentialOutTempBufferImp2()
265 if (_mtProgressSpec) in Write()
266 _mtProgressSpec->AddOutSize(size); in Write()
278 CMtEncMultiProgress *_mtProgressSpec; member
280 CSequentialOutMtNotify(): _mtProgressSpec(NULL) {} in CSequentialOutMtNotify()
289 if (_mtProgressSpec) in Write()
290 _mtProgressSpec->AddOutSize(size); in Write()
464 mtOutStreamNotifySpec->_mtProgressSpec = mtProgressSpec; in Encode1()
468 tempBufferSpecs[t]->_mtProgressSpec in Encode1()
[all...]

Completed in 1 milliseconds