Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-algs.hh55 operator () (T&& v) const HB_AUTO_RETURN ( hb_forward<T> (v) )
92 impl (const T& v, hb_priority<0>) const HB_AUTO_RETURN
112 impl (Appl&& a, hb_priority<2>, T &&v, Ts&&... ds) const HB_AUTO_RETURN
117 impl (Appl&& a, hb_priority<1>, T &&v) const HB_AUTO_RETURN
122 impl (Appl&& a, hb_priority<0>, Ts&&... ds) const HB_AUTO_RETURN
128 operator () (Appl&& a, Ts&&... ds) const HB_AUTO_RETURN
174 auto hb_partial (Appl&& a, V&& v) HB_AUTO_RETURN
206 auto operator () (_T&& _v) const HB_AUTO_RETURN \
217 impl (Pred&& p, Val &&v, hb_priority<1>) const HB_AUTO_RETURN
221 impl (Pred&& p, Val &&v, hb_priority<0>) const HB_AUTO_RETURN
[all …]
Dhb-subset.hh47 _dispatch (const T &obj, hb_priority<1>, Ts&&... ds) HB_AUTO_RETURN
50 _dispatch (const T &obj, hb_priority<0>, Ts&&... ds) HB_AUTO_RETURN
54 dispatch (const T &obj, Ts&&... ds) HB_AUTO_RETURN
Dhb-sanitize.hh139 _dispatch (const T &obj, hb_priority<1>, Ts&&... ds) HB_AUTO_RETURN
142 _dispatch (const T &obj, hb_priority<0>, Ts&&... ds) HB_AUTO_RETURN
146 dispatch (const T &obj, Ts&&... ds) HB_AUTO_RETURN in dispatch()
Dhb-map.hh192 auto iter () const HB_AUTO_RETURN
198 auto keys () const HB_AUTO_RETURN
205 auto values () const HB_AUTO_RETURN
Dhb-meta.hh68 #define HB_AUTO_RETURN(E) -> decltype ((E)) { return (E); } macro
184 operator () (T&& v) const HB_AUTO_RETURN (hb_forward<T> (v))
187 operator () (T *v) const HB_AUTO_RETURN (*v)
194 operator () (T&& v) const HB_AUTO_RETURN (hb_forward<T> (v))
197 operator () (T& v) const HB_AUTO_RETURN (hb_addressof (v))
Dhb-iter.hh328 static inline auto begin (Iterable&& iterable) HB_AUTO_RETURN (hb_iter (iterable).begin ())
332 static inline auto end (Iterable&& iterable) HB_AUTO_RETURN (hb_iter (iterable).end ())
340 static inline auto begin (Iterable&& iterable) HB_AUTO_RETURN (hb_iter (iterable).begin ())
344 static inline auto end (Iterable&& iterable) HB_AUTO_RETURN (hb_iter (iterable).end ())
356 operator | (Lhs&& lhs, Rhs&& rhs) HB_AUTO_RETURN (hb_forward<Rhs> (rhs) (hb_forward<Lhs> (lhs)))
747 auto operator () (Iterable&& it, Index start = 0u) const HB_AUTO_RETURN
756 auto operator () (Iterable&& it, unsigned count) const HB_AUTO_RETURN in operator ()()
775 auto operator () (Iter it, unsigned count) const HB_AUTO_RETURN