Searched refs:hb_prioritize (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-meta.hh | 73 #define hb_prioritize hb_priority<16> () macro 111 …name T> using hb_add_lvalue_reference = decltype (_hb_try_add_lvalue_reference<T> (hb_prioritize)); 114 …name T> using hb_add_rvalue_reference = decltype (_hb_try_add_rvalue_reference<T> (hb_prioritize)); 121 template <typename T> using hb_add_pointer = decltype (_hb_try_add_pointer<T> (hb_prioritize)); 155 decltype (impl<hb_conditional<from_void, int, From>> (hb_prioritize))::value);
|
D | hb-subset.hh | 55 ( _dispatch (obj, hb_prioritize, hb_forward<Ts> (ds)...) )
|
D | hb-algs.hh | 101 operator () (const T& v) const HB_RETURN (uint32_t, impl (v, hb_prioritize)) 131 hb_prioritize, 233 hb_prioritize) 261 hb_prioritize) 294 hb_prioritize)
|
D | hb-iter.hh | 262 static constexpr bool value = decltype (impl (hb_prioritize, hb_declval (Iter*)))::value; 281 static constexpr bool value = decltype (impl<T> (hb_prioritize))::value; 299 static constexpr bool value = decltype (impl (hb_prioritize))::value; 315 static constexpr bool value = decltype (impl (hb_prioritize))::value; 692 void __next__ () { inc (step, hb_prioritize); } in __next__()
|
D | hb-sanitize.hh | 147 ( _dispatch (obj, hb_prioritize, hb_forward<Ts> (ds)...) ) in dispatch()
|
D | hb-serialize.hh | 385 { return _copy (src, hb_prioritize, hb_forward<Ts> (ds)...); } in copy()
|