Searched refs:hb_bool_constant (Results 1 – 1 of 1) sorted by relevance
52 template <bool b> using hb_bool_constant = hb_integral_constant<bool, b>; typedef53 using hb_true_type = hb_bool_constant<true>;54 using hb_false_type = hb_bool_constant<false>;120 using hb_is_cr_convertible = hb_bool_constant<