Searched refs:HB_RETURN (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-algs.hh | 88 impl (const T& v, hb_priority<1>) const HB_RETURN (uint32_t, hb_deref (v).hash ()) 101 operator () (const T& v) const HB_RETURN (uint32_t, impl (v, hb_prioritize)) 230 operator () (Pred&& p, Val &&v) const HB_RETURN (bool, 258 operator () (Pred&& p, Val &&v) const HB_RETURN (bool,
|
D | hb-serialize.hh | 369 _copy (const Type &src, hb_priority<1>, Ts&&... ds) HB_RETURN in _copy()
|
D | hb-meta.hh | 67 #define HB_RETURN(Ret, E) -> hb_head_t<Ret, decltype ((E))> { return (E); } macro
|