Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-meta.hh92 template <typename T> struct hb_match_const : hb_type_identity_t<T>, hb_false_type {}; struct
93 template <typename T> struct hb_match_const<const T> : hb_type_identity_t<T>, hb_true_type {}; struct