Searched refs:CSwitchResult (Results 1 – 2 of 2) sorted by relevance
34 struct CSwitchResult struct40 CSwitchResult(): ThereIs(false) {}; in CSwitchResult() function46 CSwitchResult *_switches;54 const CSwitchResult& operator[](size_t index) const;
62 _switches = new CSwitchResult[_numSwitches]; in CParser()123 CSwitchResult &matchedSwitch = _switches[matchedSwitchIndex]; in ParseString()197 const CSwitchResult& CParser::operator[](size_t index) const in operator []()