Home
last modified time | relevance | path

Searched refs:hb_declval (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-iter.hh153 using hb_iter_type = decltype (hb_deref (hb_declval (Iterable)).iter ());
155 using hb_item_type = decltype (*hb_deref (hb_declval (Iterable)).iter ());
262 static constexpr bool value = decltype (impl (hb_prioritize, hb_declval (Iter*)))::value;
275 static auto impl (hb_priority<1>) -> decltype (hb_declval (U).iter (), hb_true_type ());
295 …static auto impl (hb_priority<1>) -> decltype (hb_declval (Iter2) >> hb_declval (Item &), hb_true_…
311 …static auto impl (hb_priority<1>) -> decltype (hb_declval (Iter2) << hb_declval (Item), hb_true_ty…
370 decltype (hb_get (hb_declval (Proj), *hb_declval (Iter)))>
374 typedef decltype (hb_get (hb_declval (Proj), *hb_declval (Iter))) __item_t__;
492 …typename AccuT = hb_decay<decltype (hb_declval (Redu) (hb_declval (InitT), hb_declval (typename It…
677 -> hb_void_t<decltype (hb_invoke (std::forward<S2> (s), hb_declval<T&> ()))> in inc()
Dhb-meta.hh104 template <typename T> static inline T hb_declval ();
105 #define hb_declval(T) (hb_declval<T> ()) macro
Dhb-algs.hh277 operator () (Ts&& ...ds) -> decltype (hb_invoke (hb_declval (Appl), in operator ()()
278 hb_declval (V), in operator ()()
279 hb_declval (Ts)...)) in operator ()()
288 operator () (T0&& d0, Ts&& ...ds) -> decltype (hb_invoke (hb_declval (Appl), in operator ()()
289 hb_declval (T0), in operator ()()
290 hb_declval (V), in operator ()()
291 hb_declval (Ts)...)) in operator ()()
Dhb-serialize.hh542 _copy (const Type &src, hb_priority<0>) -> decltype (&(hb_declval<Type> () = src)) in _copy()
/third_party/chromium/patch/
D0001-cve.patch32240 …static auto impl (hb_priority<1>) -> decltype (hb_declval (Iter2) >> hb_declval (Item &), hb_true_…
32512 template <typename T> static inline T hb_declval ();
32513 #define hb_declval(T) (hb_declval<T> ())