HomeSort by relevance Sort by last modified time
    Searched defs:ThereIs (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Common/
CommandLineParser.h 36 bool ThereIs;
40 CSwitchResult(): ThereIs(false) {};
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 48 public bool ThereIs;
54 ThereIs = false;
101 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
103 matchedSwitch.ThereIs = true;

Completed in 180 milliseconds