Home
last modified time | relevance | path

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

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