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

/external/lzma/CPP/Common/
H A DCommandLineParser.h34 struct CSwitchResult struct in namespace:NCommandLineParser
40 CSwitchResult(): ThereIs(false) {}; function in struct:NCommandLineParser::CSwitchResult
46 CSwitchResult *_switches;
54 const CSwitchResult& operator[](size_t index) const;
H A DCommandLineParser.cpp62 _switches = new CSwitchResult[_numSwitches];
123 CSwitchResult &matchedSwitch = _switches[matchedSwitchIndex];
197 const CSwitchResult& CParser::operator[](size_t index) const

Completed in 62 milliseconds