Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/private/
DSkTLogic.h24 template <bool B, typename T, typename F> using conditional_t = typename std::conditional<B, T, F>:… variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp5227 using conditional_t = typename conditional<_Cond, _Iftrue, _Iffalse>::type; typedef
44313 using conditional_t = typename mozilla::Conditional<B, T, F>::Type; typedef