Searched refs:mSwitches (Results 1 – 1 of 1) sorted by relevance
59 virtual bool hasSwitch(int32_t sw) const override { return mSwitches.count(sw); } in hasSwitch()78 void addSwitch(int32_t sw) { mSwitches.insert(sw); } in addSwitch()117 std::set<int32_t> mSwitches; variable