Searched refs:SetDecodeResult (Results 1 – 3 of 3) sorted by relevance
23 virtual HRESULT SetDecodeResult(const CBenchInfo &info, bool final) = 0;
382 res = callback->SetDecodeResult(info, false); in SetRatioInfo()843 RINOK(callback->SetDecodeResult(info, false)); in LzmaBench()844 RINOK(callback->SetDecodeResult(info, true)); in LzmaBench()
51 HRESULT SetDecodeResult(const CBenchInfo &info, bool final);130 HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final) in SetDecodeResult() function in CBenchCallback