Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
H A DCommandLineParser.cpp117 sw.WithMinus = false; in ParseString()
125 sw.WithMinus = (s[pos] == '-'); in ParseString()
126 if (sw.WithMinus) in ParseString()
H A DCommandLineParser.h37 bool WithMinus; member
/third_party/lzma/CS/7zip/Common/
H A 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()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp1046 g_CaseSensitive = !parser[NKey::kCaseSensitive].WithMinus; in Parse1()
1218 bp.Val = !parser[switchID].WithMinus; in SetBoolPair()
1258 options.ExtractOptions.ElimDup.Val = !parser[NKey::kElimDup].WithMinus; in Parse2()
1277 g_PathTrailReplaceMode = !parser[NKey::kNameTrailReplace].WithMinus; in Parse2()

Completed in 3 milliseconds