Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb.hh537 template <typename T> struct hb_remove_const { typedef T value; }; struct
538 template <typename T> struct hb_remove_const<const T> { typedef T value; }; struct
539 #define hb_remove_const(T) hb_remove_const<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;