Searched defs:ThereIs (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
H A DCommandLineParser.h36 bool ThereIs; member in struct:NCommandLineParser::CSwitchResult
40 CSwitchResult(): ThereIs(false) {};
/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 783 milliseconds