Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-null.hh64 struct _hb_static_size : hb_integral_constant<unsigned, sizeof (T)> {}; struct
66 struct _hb_static_size<T, hb_void_t<decltype (T::min_size)>> : hb_integral_constant<unsigned, T::st… struct