Home
last modified time | relevance | path

Searched defs:conjunction (Results 1 – 5 of 5) 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.hpp189 template<class...> struct conjunction : std::true_type { }; struct
190 template<class B> struct conjunction<B> : B { }; struct
192 struct conjunction<B, Bn...> struct
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3490 template<class...> struct conjunction : std::true_type { }; struct
3491 template<class B1> struct conjunction<B1> : B1 { }; struct
3493 struct conjunction<B1, Bn...> struct
/third_party/json/single_include/nlohmann/
Djson.hpp3585 template<class...> struct conjunction : std::true_type { }; struct
3586 template<class B> struct conjunction<B> : B { }; struct
3588 struct conjunction<B, Bn...> struct