Home
last modified time | relevance | path

Searched refs:ThereIs (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp926 if (parser[NKey::kUpdate].ThereIs) in SetAddCommandOptions()
929 if (parser[NKey::kWorkingDir].ThereIs) in SetAddCommandOptions()
937 options.SfxMode = parser[NKey::kSfx].ThereIs; in SetAddCommandOptions()
941 if (parser[NKey::kVolume].ThereIs) in SetAddCommandOptions()
958 if (parser[NKey::kProperty].ThereIs) in SetMethodOptions()
978 if (sw.ThereIs) in SetStreamMode()
1004 options.HelpMode = parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs || parser[NKey::kHelp3].ThereIs; in Parse1()
1006 options.StdInMode = parser[NKey::kStdIn].ThereIs; in Parse1()
[all...]
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs156 if (parser[(int)Key.Help1].ThereIs || parser[(int)Key.Help2].ThereIs) in Main2()
172 if (parser[(int)Key.Dictionary].ThereIs) in Main2()
181 if (parser[(int)Key.MatchFinder].ThereIs) in Main2()
196 if (parser[(int)Key.Train].ThereIs) in Main2()
207 bool stdInMode = parser[(int)Key.StdIn].ThereIs; in Main2()
208 bool stdOutMode = parser[(int)Key.StdOut].ThereIs; in Main2()
253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode; in Main2()
255 if (parser[(int)Key.Mode].ThereIs) in Main2()
259 if (parser[(int)Key.FastBytes].ThereIs) in Main2()
[all...]
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp290 if (parser[index].ThereIs)
369 if (parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs)
375 bool stdInMode = parser[NKey::kStdIn].ThereIs;
376 bool stdOutMode = parser[NKey::kStdOut].ThereIs;
392 if (parser[NKey::kDict].ThereIs)
402 if (parser[NKey::kLevel].ThereIs)
410 if (parser[NKey::kMatchFinder].ThereIs)
417 if (parser[NKey::kMultiThread].ThereIs)
430 if (parser[NKey::kMethod].ThereIs)
[all...]
/third_party/lzma/CS/7zip/Common/
H A DCommandLineParser.cs48 public bool ThereIs; field in SevenZip.CommandLineParser.SwitchResult
54 ThereIs = false; in SwitchResult()
101 if ((!switchForm.Multi) && matchedSwitch.ThereIs) in ParseString()
103 matchedSwitch.ThereIs = true; in ParseString()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp334 if (parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs) in Main2()
376 const bool yesToAll = parser[NKey::kYes].ThereIs; in Main2()
381 const bool passwordEnabled = parser[NKey::kPassword].ThereIs; in Main2()
391 if (parser[NKey::kOutputDir].ThereIs) in Main2()
/third_party/lzma/CPP/Common/
H A DCommandLineParser.h36 bool ThereIs; member
41 CSwitchResult(): ThereIs(false) {} in CSwitchResult()
H A DCommandLineParser.cpp102 if (!form.Multi && sw.ThereIs) in ParseString()
108 sw.ThereIs = true; in ParseString()

Completed in 5 milliseconds