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

  /external/lzma/CPP/Common/
CommandLineParser.h 28 bool Multi;
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 21 public bool Multi;
26 public SwitchForm(string idString, SwitchType type, bool multi,
31 Multi = multi;
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
37 this(idString, type, multi, minLen, 0, "")
40 public SwitchForm(string idString, SwitchType type, bool multi):
41 this(idString, type, multi, 0)
101 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 44 milliseconds