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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/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.cpp65 _switches = new CSwitchResult[_numSwitches];
126 CSwitchResult &matchedSwitch = _switches[matchedSwitchIndex];
200 const CSwitchResult& CParser::operator[](size_t index) const
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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.cpp65 _switches = new CSwitchResult[_numSwitches];
126 CSwitchResult &matchedSwitch = _switches[matchedSwitchIndex];
200 const CSwitchResult& CParser::operator[](size_t index) const
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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.cpp65 _switches = new CSwitchResult[_numSwitches];
126 CSwitchResult &matchedSwitch = _switches[matchedSwitchIndex];
200 const CSwitchResult& CParser::operator[](size_t index) const

Completed in 62 milliseconds