HomeSort by relevance Sort by last modified time
    Searched refs:SetDecodeResult (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Bench.h 23 virtual HRESULT SetDecodeResult(const CBenchInfo &info, bool final) = 0;
Bench.cpp 382 res = callback->SetDecodeResult(info, false);
843 RINOK(callback->SetDecodeResult(info, false));
844 RINOK(callback->SetDecodeResult(info, true));
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 51 HRESULT SetDecodeResult(const CBenchInfo &info, bool final);
130 HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final)

Completed in 1160 milliseconds