Searched refs:hb_remove_const (Results 1 – 2 of 2) sorted by relevance
537 template <typename T> struct hb_remove_const { typedef T value; }; struct538 template <typename T> struct hb_remove_const<const T> { typedef T value; }; struct539 #define hb_remove_const(T) hb_remove_const<T>::value macro
115 typedef typename hb_remove_const (typename hb_remove_reference (QType)) Type;164 typedef typename hb_remove_const (typename hb_remove_reference (QType)) Type;