Searched refs:_hb_conditional (Results 1 – 1 of 1) sorted by relevance
130 struct _hb_conditional { typedef T type; }; argument132 struct _hb_conditional<false, T, F> { typedef F type; }; struct134 using hb_conditional = typename _hb_conditional<B, T, F>::type;