Searched refs:hb_non_void_t (Results 1 – 3 of 3) sorted by relevance
163 template <typename T1, typename T2> struct hb_non_void_t { typedef T1 value; }; argument164 template <typename T2> struct hb_non_void_t<void, T2> { typedef T2 value; }; argument173 typedef typename hb_non_void_t<Subclass,
163 template <typename T1, typename T2> struct hb_non_void_t { typedef T1 value; }; argument164 template <typename T2> struct hb_non_void_t<void, T2> { typedef T2 value; }; struct173 typedef typename hb_non_void_t<Subclass,
174 template <typename T1, typename T2> struct hb_non_void_t { typedef T1 value; }; argument175 template <typename T2> struct hb_non_void_t<void, T2> { typedef T2 value; }; argument184 typedef typename hb_non_void_t<Subclass,