Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp972 static void SetBoolPair(NCommandLineParser::CParser &parser, unsigned switchID, CBoolPair &bp) in SetBoolPair() argument
974 bp.Def = parser[switchID].ThereIs; in SetBoolPair()
976 bp.Val = !parser[switchID].WithMinus; in SetBoolPair()