HomeSort by relevance Sort by last modified time
    Searched refs:_numSwitches (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Common/
CommandLineParser.h 45 int _numSwitches;
CommandLineParser.cpp 60 _numSwitches(numSwitches)
62 _switches = new CSwitchResult[_numSwitches];
106 for (int switchIndex = 0; switchIndex < _numSwitches; switchIndex++)

Completed in 32 milliseconds