Home
last modified time | relevance | path

Searched refs:hb_bool_constant (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-meta.hh52 template <bool b> using hb_bool_constant = hb_integral_constant<bool, b>; typedef
53 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<