Home
last modified time | relevance | path

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

/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.hpp154 template<class...> struct conjunction : std::true_type { }; struct
155 template<class B1> struct conjunction<B1> : B1 { }; struct
157 struct conjunction<B1, Bn...> struct
/third_party/json/single_include/nlohmann/
Djson.hpp3563 template<class...> struct conjunction : std::true_type { }; struct
3564 template<class B1> struct conjunction<B1> : B1 { }; struct
3566 struct conjunction<B1, Bn...> struct