Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.h23 virtual HRESULT SetDecodeResult(const CBenchInfo &info, bool final) = 0;
DBench.cpp382 res = callback->SetDecodeResult(info, false); in SetRatioInfo()
843 RINOK(callback->SetDecodeResult(info, false)); in LzmaBench()
844 RINOK(callback->SetDecodeResult(info, true)); in LzmaBench()
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp51 HRESULT SetDecodeResult(const CBenchInfo &info, bool final);
130 HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final) in SetDecodeResult() function in CBenchCallback