Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-map.hh38 K kINVALID = hb_is_pointer (K) ? 0 : hb_is_signed (K) ? hb_int_min (K) : (K) -1,
39 V vINVALID = hb_is_pointer (V) ? 0 : hb_is_signed (V) ? hb_int_min (V) : (V) -1>
46 static_assert (hb_is_integral (K) || hb_is_pointer (K), "");
47 static_assert (hb_is_integral (V) || hb_is_pointer (V), "");
Dhb-meta.hh122 #define hb_is_pointer(T) hb_match_pointer<T>::value macro