Searched refs:hb_remove_pointer (Results 1 – 6 of 6) sorted by relevance
543 template <typename T> struct hb_remove_pointer { typedef T value; }; struct544 template <typename T> struct hb_remove_pointer<T *> { typedef T value; }; argument545 #define hb_remove_pointer(T) hb_remove_pointer<T>::value macro
84 typedef typename hb_remove_pointer (P) T;
187 typedef typename hb_remove_pointer (P) T;
285 typedef typename hb_remove_pointer (P) T;
786 static struct hb_C_locale_lazy_loader_t : hb_lazy_loader_t<hb_remove_pointer (HB_LOCALE_T),
751 static struct hb_ft_library_lazy_loader_t : hb_lazy_loader_t<hb_remove_pointer (FT_Library),