Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp47 HRESULT CHashBundle::SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &hashMethods) in SetMethods() function in CHashBundle
495 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS options.Methods)); in HashCalc()
1472 RINOK(hb_Glob.SetMethods( in Extract()
1571 RINOK(hb_Loc.SetMethods( in Extract()
1584 RINOK(hb_Loc.SetMethods( in Extract()
1804 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS methods)); in UpdateItems()
DHashCalc.h93 HRESULT SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &methods);
/third_party/lzma/CPP/7zip/UI/Console/
DMain.cpp1245 ThrowException_if_Error(hb.SetMethods(EXTERNAL_CODECS_VARS_L options.HashMethods)); in Main2()