HomeSort by relevance Sort by last modified time
    Searched refs:hb_remove_const (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-null.hh 115 typedef typename hb_remove_const (typename hb_remove_reference (QType)) Type;
164 typedef typename hb_remove_const (typename hb_remove_reference (QType)) Type;
hb.hh 537 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

Completed in 137 milliseconds