Home
last modified time | relevance | path

Searched refs:SetVal_as_Defined (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.h157 if (c == 'z') HashMode_Zero.SetVal_as_Defined(val); in ParseFlagCharOption()
158 else if (c == 't') HashMode_Tag.SetVal_as_Defined(val); in ParseFlagCharOption()
159 else if (c == 'd') HashMode_Dirs.SetVal_as_Defined(val); in ParseFlagCharOption()
160 else if (c == 'h') HashMode_OnlyHash.SetVal_as_Defined(val); in ParseFlagCharOption()
/third_party/lzma/CPP/Common/
DMyTypes.h30 void SetVal_as_Defined(bool val) in SetVal_as_Defined() function