Searched refs:TriState (Results 1 – 3 of 3) sorted by relevance
24 class TriState {49 TriState<T>& operator=(const TriState<T> &other) {102 TriState<T>& operator op (const TriState<T>& rhs) { \154 friend TriState<T> operator op(TriState<T> lhs, const TriState<T>& rhs) { \158 friend TriState<T> operator op(TriState<T> lhs, const T& rhs) { \162 friend TriState<T> operator op(const T &lhs, const TriState<T>& rhs) { \178 friend TriState<bool> operator op(const TriState<T>& lhs, const TriState<T>& rhs) { \185 friend TriState<bool> operator op(const TriState<T>& lhs, const T& rhs) { \192 friend TriState<bool> operator op(const T& lhs, const TriState<T>& rhs) { \208 friend TriState<bool> operator &&(TriState<T>& lhs, const TriState<T>& rhs) {[all …]
93 // Test for TriState template
24 using HidUtil::TriState;25 typedef TriState<uint32_t> tri_uint32_t;26 typedef TriState<int32_t> tri_int32_t;27 typedef TriState<int16_t> tri_int16_t;