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

  /external/lzma/CPP/Common/
CommandLineParser.h 34 struct CSwitchResult
40 CSwitchResult(): ThereIs(false) {};
46 CSwitchResult *_switches;
54 const CSwitchResult& operator[](size_t index) const;
CommandLineParser.cpp 62 _switches = new CSwitchResult[_numSwitches];
123 CSwitchResult &matchedSwitch = _switches[matchedSwitchIndex];
197 const CSwitchResult& CParser::operator[](size_t index) const

Completed in 274 milliseconds