Searched defs:CBenchProgressInfo (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp333 class CBenchProgressInfo: class in inherits:ICompressProgressInfo,CMyUnknownImp
342 CBenchProgressInfo(): callback(0) {} function in class:CBenchProgressInfo
363 STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
470 CBenchProgressInfo *progressInfoSpec[2];
636 CBenchProgressInfo *pi = progressInfoSpec[decoderIndex];
725 encoder.progressInfo[j] = encoder.progressInfoSpec[j] = new CBenchProgressInfo;

Completed in 304 milliseconds