Searched refs:hb_is_integral (Results 1 – 3 of 3) sorted by relevance
224 using hb_is_integral = hb_bool_constant< typedef238 #define hb_is_integral(T) hb_is_integral<T>::value macro249 hb_is_integral (T) ||
46 static_assert (hb_is_integral (K) || hb_is_pointer (K), "");47 static_assert (hb_is_integral (V) || hb_is_pointer (V), "");
91 hb_enable_if (hb_is_integral (T))> constexpr auto