Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-meta.hh111 #define hb_is_const(T) hb_match_const<T>::value macro
140 (!hb_is_const (From) || hb_is_const (To)) &&
141 (!hb_is_reference (To) || hb_is_const (To) || hb_is_reference (To))
/third_party/chromium/patch/
D0001-cve.patch32519 -#define hb_is_const(T) hb_match_const<T>::value
32544 - (!hb_is_const (From) || hb_is_const (To)) &&
32545 - (!hb_is_reference (To) || hb_is_const (To) || hb_is_reference (To))