Home
last modified time | relevance | path

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

/third_party/boost/boost/type_traits/
Dconjunction.hpp22 struct conjunction struct
26 struct conjunction<T> struct
30 struct conjunction<T, U...> struct
/third_party/boost/libs/asio/include/boost/asio/detail/
Dtype_traits.hpp140 template <typename...> struct conjunction : true_type {}; struct
141 template <typename T> struct conjunction<T> : T {}; struct
142 template <typename Head, typename... Tail> struct conjunction<Head, Tail...> : struct
/third_party/boost/boost/asio/detail/
Dtype_traits.hpp140 template <typename...> struct conjunction : true_type {}; struct
141 template <typename T> struct conjunction<T> : T {}; struct
142 template <typename Head, typename... Tail> struct conjunction<Head, Tail...> : struct
/third_party/skia/include/private/
DSkTLogic.h26 template<typename...> struct conjunction : std::true_type { }; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSTLExtras.h62 template <typename...> struct conjunction : std::true_type {}; struct
/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp384 template<class...> struct conjunction : std::true_type { }; struct
385 template<class B1> struct conjunction<B1> : B1 { }; struct
387 struct conjunction<B1, Bn...> struct
/third_party/json/single_include/nlohmann/
Djson.hpp3323 template<class...> struct conjunction : std::true_type { }; struct
3324 template<class B1> struct conjunction<B1> : B1 { }; struct
3326 struct conjunction<B1, Bn...> struct