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

  /external/lzma/CPP/Common/
CommandLineParser.cpp 104 int matchedSwitchIndex = 0; // GCC Warning
117 matchedSwitchIndex = switchIndex;
123 CSwitchResult &matchedSwitch = _switches[matchedSwitchIndex];
124 const CSwitchForm &switchForm = switchForms[matchedSwitchIndex];
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 83 int matchedSwitchIndex = 0;
93 matchedSwitchIndex = switchIndex;
99 SwitchResult matchedSwitch = _switches[matchedSwitchIndex];
100 SwitchForm switchForm = switchForms[matchedSwitchIndex];

Completed in 290 milliseconds