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

/external/lzma/CPP/Common/
H A DCommandLineParser.h36 bool ThereIs; member in struct:NCommandLineParser::CSwitchResult
40 CSwitchResult(): ThereIs(false) {};
H A DCommandLineParser.cpp125 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
127 matchedSwitch.ThereIs = true;
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs156 if (parser[(int)Key.Help1].ThereIs || parser[(int)Key.Help2].ThereIs)
172 if (parser[(int)Key.Dictionary].ThereIs)
181 if (parser[(int)Key.MatchFinder].ThereIs)
196 if (parser[(int)Key.Train].ThereIs)
207 bool stdInMode = parser[(int)Key.StdIn].ThereIs;
208 bool stdOutMode = parser[(int)Key.StdOut].ThereIs;
253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode;
255 if (parser[(int)Key.Mode].ThereIs)
259 if (parser[(int)Key.FastBytes].ThereIs)
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp641 if (parser[NKey::kUpdate].ThereIs)
644 if (parser[NKey::kWorkingDir].ThereIs)
652 options.SfxMode = parser[NKey::kSfx].ThereIs;
656 if (parser[NKey::kVolume].ThereIs)
671 if (parser[NKey::kProperty].ThereIs)
709 options.StdInMode = parser[NKey::kStdIn].ThereIs;
710 options.StdOutMode = parser[NKey::kStdOut].ThereIs;
711 options.EnableHeaders = !parser[NKey::kDisableHeaders].ThereIs;
712 options.HelpMode = parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs || parse
[all...]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp151 if (parser[index].ThereIs)
189 if(parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs)
203 if(parser[NKey::kDict].ThereIs)
212 if (parser[NKey::kMatchFinder].ThereIs)
218 if (parser[NKey::kMultiThread].ThereIs)
253 bool stdInMode = parser[NKey::kStdIn].ThereIs;
254 bool stdOutMode = parser[NKey::kStdOut].ThereIs;
300 if (parser[NKey::kFilter86].ThereIs)
303 if (parser[NKey::kEOS].ThereIs || stdInMod
[all...]
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs48 public bool ThereIs; field in class:SevenZip.CommandLineParser.SwitchResult
54 ThereIs = false;
101 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
103 matchedSwitch.ThereIs = true;

Completed in 123 milliseconds