Home
last modified time | relevance | path

Searched refs:hb_prioritize (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-meta.hh73 #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);
Dhb-subset.hh55 ( _dispatch (obj, hb_prioritize, hb_forward<Ts> (ds)...) )
Dhb-iter.hh262 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__()
Dhb-algs.hh101 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)
Dhb-sanitize.hh147 ( _dispatch (obj, hb_prioritize, hb_forward<Ts> (ds)...) ) in dispatch()
Dhb-serialize.hh385 { return _copy (src, hb_prioritize, hb_forward<Ts> (ds)...); } in copy()