Home
last modified time | relevance | path

Searched defs:numSwitches (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
DCommandLineParser.cpp69 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms, unsigned numSwitches) in ParseString()
164 bool CParser::ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVecto… in ParseStrings()
/external/lzma/CS/7zip/Common/
DCommandLineParser.cs63 public Parser(int numSwitches) in Parser()