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

  /external/lzma/CPP/Common/
CommandLineParser.h 37 bool WithMinus;
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 49 public bool WithMinus;
112 matchedSwitch.WithMinus = false;
115 matchedSwitch.WithMinus = (srcString[pos] == kSwitchMinus);
116 if (matchedSwitch.WithMinus)

Completed in 117 milliseconds