Home
last modified time | relevance | path

Searched refs:WithMinus (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CS/7zip/Common/
DCommandLineParser.cs49 public bool WithMinus; field in SevenZip.CommandLineParser.SwitchResult
112 matchedSwitch.WithMinus = false; in ParseString()
115 matchedSwitch.WithMinus = (srcString[pos] == kSwitchMinus); in ParseString()
116 if (matchedSwitch.WithMinus) in ParseString()
/external/lzma/CPP/Common/
DCommandLineParser.cpp132 sw.WithMinus = false; in ParseString()
140 sw.WithMinus = (s[pos] == '-'); in ParseString()
141 if (sw.WithMinus) in ParseString()
DCommandLineParser.h37 bool WithMinus; member
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp906 g_CaseSensitive = !parser[NKey::kCaseSensitive].WithMinus; in Parse1()
913 options.LargePages = !parser[NKey::kLargePages].WithMinus; in Parse1()
1048 bp.Val = !parser[switchID].WithMinus; in SetBoolPair()
1067 options.ExtractOptions.ElimDup.Val = !parser[NKey::kElimDup].WithMinus; in Parse2()