Searched refs:numSwitches (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/Common/ |
H A D | CommandLineParser.cpp | 69 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms, unsigned numSwitches)
in ParseString() argument 78 for (unsigned i = 0; i < numSwitches; i++)
in ParseString() 164 bool CParser::ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVector &commandStrings)
in ParseStrings() argument 172 _switches = new CSwitchResult[numSwitches];
in ParseStrings() 186 if (ParseString(s, switchForms, numSwitches))
in ParseStrings()
|
H A D | CommandLineParser.h | 48 bool ParseString(const UString &s, const CSwitchForm *switchForms, unsigned numSwitches);
57 bool ParseStrings(const CSwitchForm *switchForms, unsigned numSwitches, const UStringVector &commandStrings);
|
/third_party/lzma/CS/7zip/Common/ |
H A D | CommandLineParser.cs | 63 public Parser(int numSwitches)
in Parser() argument 65 _switches = new SwitchResult[numSwitches];
in Parser() 66 for (int i = 0; i < numSwitches; i++)
in Parser()
|
Completed in 2 milliseconds