Home
last modified time | relevance | path

Searched refs:hb_remove_reference (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb.hh540 template <typename T> struct hb_remove_reference { typedef T value; }; struct
541 template <typename T> struct hb_remove_reference<T &> { typedef T value; }; struct
542 #define hb_remove_reference(T) hb_remove_reference<T>::value macro
Dhb-null.hh115 typedef typename hb_remove_const (typename hb_remove_reference (QType)) Type;
164 typedef typename hb_remove_const (typename hb_remove_reference (QType)) Type;