Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp735 IBenchPrintCallback *printCallback; member
763 outStreamSpec(0), callback(0), printCallback(0), propStreamSpec(0) {} in CEncoderInfo()
991 if (printCallback && bi.UnpackSize - prev > (1 << 20)) in Encode()
993 RINOK(printCallback->CheckBreak()); in Encode()
1106 if (printCallback && pi->BenchInfo.UnpackSize - prev > (1 << 20)) in Decode()
1108 RINOK(printCallback->CheckBreak()); in Decode()
1181 IBenchPrintCallback *printCallback, in MethodBench() argument
1224 encoder.printCallback = printCallback; in MethodBench()
1989 IBenchPrintCallback *printCallback, CBenchCallbackToPrint *callback) in TotalBench() argument
2017 printCallback, callback, &callback->BenchProps); in TotalBench()
[all …]
DBench.h48 IBenchPrintCallback *printCallback,