Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-meta.hh134 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),
Dhb-open-type.hh60 typedef hb_conditional<hb_is_signed (Type), signed, unsigned> wide_type;