Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-null.hh68 struct _hb_static_size : hb_integral_constant<unsigned, sizeof (T)> {}; struct
70 struct _hb_static_size<T, hb_void_t<decltype (T::min_size)>> : hb_integral_constant<unsigned, T::st… struct