Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-meta.hh224 using hb_is_integral = hb_bool_constant< typedef
238 #define hb_is_integral(T) hb_is_integral<T>::value macro
249 hb_is_integral (T) ||
Dhb-map.hh46 static_assert (hb_is_integral (K) || hb_is_pointer (K), "");
47 static_assert (hb_is_integral (V) || hb_is_pointer (V), "");
Dhb-algs.hh91 hb_enable_if (hb_is_integral (T))> constexpr auto