Searched refs:CSwitchResult (Results 1 – 3 of 3) sorted by relevance
34 struct CSwitchResult struct41 CSwitchResult(): ThereIs(false) {}; in CSwitchResult() argument47 CSwitchResult *_switches;58 const CSwitchResult& operator[](size_t index) const { return _switches[index]; }
73 _switches = new CSwitchResult[numSwitches]; in CParser()114 CSwitchResult &sw = _switches[switchIndex]; in ParseString()
854 static inline void SetStreamMode(const CSwitchResult &sw, unsigned &res) in SetStreamMode()