Searched refs:hb_enable_if (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-array.hh | 51 hb_enable_if (hb_is_cr_convertible(U, Type))> 56 hb_enable_if (hb_is_cr_convertible(U, Type))> 195 hb_enable_if (P == 1)> 201 hb_enable_if (P == 1)> 266 hb_enable_if (hb_is_cr_convertible(U, Type))> 271 hb_enable_if (hb_is_cr_convertible(U, Type))>
|
D | hb-meta.hh | 55 template <bool B, typename T = void> struct hb_enable_if {}; struct 56 template <typename T> struct hb_enable_if<true, T> { typedef T type; }; struct 57 #define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr macro 59 #define hb_requires(Cond) hb_enable_if((Cond))
|
D | hb-algs.hh | 91 hb_enable_if (hb_is_integral (T))> constexpr auto 146 hb_enable_if (P == 1)> auto 157 hb_enable_if (P == 2)> auto 310 hb_enable_if (hb_is_convertible (T1, Q1) &&
|
D | hb-open-type.hh | 291 hb_enable_if (hb_is_convertible (const Base, const void *))> 294 hb_enable_if (hb_is_convertible (const Base, const void *))> 297 hb_enable_if (hb_is_convertible (Base, void *))> 300 hb_enable_if (hb_is_convertible (Base, void *))>
|
D | hb-iter.hh | 93 hb_enable_if (hb_is_reference (T))> 292 …hb_enable_if (hb_is_convertible (typename Iter2::item_t, hb_add_lvalue_reference<hb_add_const<Item… 308 hb_enable_if (hb_is_convertible (typename Iter2::item_t, hb_add_lvalue_reference<Item>))>
|