Home
last modified time | relevance | path

Searched defs:hb_match_pointer (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-meta.hh123 template <typename T> struct hb_match_pointer : hb_type_identity_t<T>, hb_false_type {}; struct
124 template <typename T> struct hb_match_pointer<T *> : hb_type_identity_t<T>, hb_true_type {}; struct