Searched refs:_numSwitches (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
H A DCommandLineParser.h45 int _numSwitches; member in class:NCommandLineParser::CParser
H A DCommandLineParser.cpp60 _numSwitches(numSwitches)
62 _switches = new CSwitchResult[_numSwitches];
106 for (int switchIndex = 0; switchIndex < _numSwitches; switchIndex++)

Completed in 70 milliseconds