Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-meta.hh130 struct _hb_conditional { typedef T type; }; argument
132 struct _hb_conditional<false, T, F> { typedef F type; }; struct
134 using hb_conditional = typename _hb_conditional<B, T, F>::type;