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