Searched refs:hb_conditional (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-meta.hh | 134 using hb_conditional = typename _hb_conditional<B, T, F>::type; typedef 146 static hb_true_type impl2 (hb_conditional<to_void, int, To>); 155 decltype (impl<hb_conditional<from_void, int, From>> (hb_prioritize))::value); 257 using hb_is_signed = hb_conditional<hb_is_arithmetic (T), 262 using hb_is_unsigned = hb_conditional<hb_is_arithmetic (T),
|
D | hb-open-type.hh | 60 typedef hb_conditional<hb_is_signed (Type), signed, unsigned> wide_type;
|