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