/external/libcxx/test/std/utilities/meta/meta.logical/ |
D | conjunction.pass.cpp | 25 static_assert ( std::conjunction<>::value, "" ); in main() 26 static_assert ( std::conjunction<std::true_type >::value, "" ); in main() 27 static_assert (!std::conjunction<std::false_type>::value, "" ); in main() 33 static_assert ( std::conjunction<std::true_type, std::true_type >::value, "" ); in main() 34 static_assert (!std::conjunction<std::true_type, std::false_type>::value, "" ); in main() 35 static_assert (!std::conjunction<std::false_type, std::true_type >::value, "" ); in main() 36 static_assert (!std::conjunction<std::false_type, std::false_type>::value, "" ); in main() 43 … static_assert ( std::conjunction<std::true_type, std::true_type, std::true_type >::value, "" ); in main() 44 … static_assert (!std::conjunction<std::true_type, std::false_type, std::true_type >::value, "" ); in main() 45 … static_assert (!std::conjunction<std::false_type, std::true_type, std::true_type >::value, "" ); in main() [all …]
|
/external/llvm-project/libcxx/test/std/utilities/meta/meta.logical/ |
D | conjunction.pass.cpp | 26 static_assert ( std::conjunction<>::value, "" ); in main() 27 static_assert ( std::conjunction<std::true_type >::value, "" ); in main() 28 static_assert (!std::conjunction<std::false_type>::value, "" ); in main() 34 static_assert ( std::conjunction<std::true_type, std::true_type >::value, "" ); in main() 35 static_assert (!std::conjunction<std::true_type, std::false_type>::value, "" ); in main() 36 static_assert (!std::conjunction<std::false_type, std::true_type >::value, "" ); in main() 37 static_assert (!std::conjunction<std::false_type, std::false_type>::value, "" ); in main() 44 … static_assert ( std::conjunction<std::true_type, std::true_type, std::true_type >::value, "" ); in main() 45 … static_assert (!std::conjunction<std::true_type, std::false_type, std::true_type >::value, "" ); in main() 46 … static_assert (!std::conjunction<std::false_type, std::true_type, std::true_type >::value, "" ); in main() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/ |
D | statusor.h | 221 absl::conjunction< 234 absl::conjunction< 248 absl::conjunction< 260 absl::conjunction< 292 absl::conjunction< 308 absl::conjunction< 335 absl::conjunction< 349 absl::conjunction< 363 absl::conjunction< 395 typename = typename std::enable_if<absl::conjunction< [all …]
|
/external/libtextclassifier/abseil-cpp/absl/status/ |
D | statusor.h | 221 absl::conjunction< 234 absl::conjunction< 248 absl::conjunction< 260 absl::conjunction< 292 absl::conjunction< 308 absl::conjunction< 335 absl::conjunction< 349 absl::conjunction< 363 absl::conjunction< 395 typename = typename std::enable_if<absl::conjunction< [all …]
|
/external/angle/third_party/abseil-cpp/absl/status/ |
D | statusor.h | 221 absl::conjunction< 234 absl::conjunction< 248 absl::conjunction< 260 absl::conjunction< 292 absl::conjunction< 308 absl::conjunction< 335 absl::conjunction< 349 absl::conjunction< 363 absl::conjunction< 395 typename = typename std::enable_if<absl::conjunction< [all …]
|
/external/openscreen/third_party/abseil/src/absl/status/ |
D | statusor.h | 221 absl::conjunction< 234 absl::conjunction< 248 absl::conjunction< 260 absl::conjunction< 292 absl::conjunction< 308 absl::conjunction< 335 absl::conjunction< 349 absl::conjunction< 363 absl::conjunction< 395 typename = typename std::enable_if<absl::conjunction< [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
D | uniform_helper.h | 79 absl::conjunction< 90 absl::conjunction< 110 absl::conjunction< 121 absl::conjunction< 132 absl::conjunction< 143 absl::conjunction<
|
/external/abseil-cpp/absl/random/internal/ |
D | uniform_helper.h | 79 absl::conjunction< 90 absl::conjunction< 110 absl::conjunction< 121 absl::conjunction< 132 absl::conjunction< 143 absl::conjunction<
|
/external/pigweed/pw_polyfill/standard_library_public/pw_polyfill/standard_library/ |
D | type_traits.h | 80 struct conjunction : std::true_type {}; struct 82 struct conjunction<B1> : B1 {}; 84 struct conjunction<B1, Bn...> 85 : std::conditional_t<bool(B1::value), conjunction<Bn...>, B1> {};
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | uniform_helper.h | 102 absl::conjunction< 113 absl::conjunction< 133 absl::conjunction< 144 absl::conjunction< 155 absl::conjunction< 166 absl::conjunction<
|
/external/angle/third_party/abseil-cpp/absl/random/internal/ |
D | uniform_helper.h | 102 absl::conjunction< 113 absl::conjunction< 133 absl::conjunction< 144 absl::conjunction< 155 absl::conjunction< 166 absl::conjunction<
|
/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | uniform_helper.h | 102 absl::conjunction< 113 absl::conjunction< 133 absl::conjunction< 144 absl::conjunction< 155 absl::conjunction< 166 absl::conjunction<
|
/external/libtextclassifier/abseil-cpp/absl/random/internal/ |
D | uniform_helper.h | 102 absl::conjunction< 113 absl::conjunction< 133 absl::conjunction< 144 absl::conjunction< 155 absl::conjunction< 166 absl::conjunction<
|
/external/icing/icing/text_classifier/lib3/utils/base/ |
D | statusor.h | 49 std::conjunction<std::negation<std::is_same<T, U>>, 58 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>, 67 std::conjunction<std::negation<std::is_same<T, U>>, 76 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>, 214 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>, 223 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>, 233 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>, 241 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>,
|
/external/libtextclassifier/native/utils/base/ |
D | statusor.h | 51 std::conjunction<std::negation<std::is_same<T, U>>, 60 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>, 69 std::conjunction<std::negation<std::is_same<T, U>>, 78 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>, 216 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>, 225 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>, 235 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>, 243 std::enable_if_t<std::conjunction<std::negation<std::is_same<T, U>>,
|
/external/skia/include/private/ |
D | SkTLogic.h | 26 template<typename...> struct conjunction : std::true_type { }; struct 27 template<typename T> struct conjunction<T> : T { }; 29 struct conjunction<T, Ts...> : std::conditional<bool(T::value), conjunction<Ts...>, T>::type { };
|
/external/tflite-support/tensorflow_lite_support/cc/port/default/ |
D | statusor.h | 100 absl::conjunction< 113 absl::conjunction< 127 absl::conjunction< 139 absl::conjunction< 155 absl::conjunction< 171 absl::conjunction< 230 typename = typename std::enable_if<absl::conjunction< 263 absl::conjunction< 273 absl::conjunction<
|
/external/webrtc/third_party/abseil-cpp/absl/types/ |
D | optional.h | 149 absl::enable_if_t<absl::conjunction< 171 absl::conjunction<absl::negation<std::is_same< 184 absl::conjunction<absl::negation<std::is_same< 197 absl::conjunction< 214 absl::conjunction< 231 absl::conjunction< 249 absl::conjunction< 287 typename = typename std::enable_if<absl::conjunction< 291 absl::conjunction<std::is_scalar<T>, 301 typename = typename std::enable_if<absl::conjunction< [all …]
|
/external/abseil-cpp/absl/types/ |
D | optional.h | 149 absl::enable_if_t<absl::conjunction< 171 absl::conjunction<absl::negation<std::is_same< 184 absl::conjunction<absl::negation<std::is_same< 197 absl::conjunction< 214 absl::conjunction< 231 absl::conjunction< 249 absl::conjunction< 287 typename = typename std::enable_if<absl::conjunction< 291 absl::conjunction<std::is_scalar<T>, 301 typename = typename std::enable_if<absl::conjunction< [all …]
|
/external/angle/third_party/abseil-cpp/absl/types/ |
D | optional.h | 149 absl::enable_if_t<absl::conjunction< 171 absl::conjunction<absl::negation<std::is_same< 184 absl::conjunction<absl::negation<std::is_same< 197 absl::conjunction< 214 absl::conjunction< 231 absl::conjunction< 249 absl::conjunction< 287 typename = typename std::enable_if<absl::conjunction< 291 absl::conjunction<std::is_scalar<T>, 301 typename = typename std::enable_if<absl::conjunction< [all …]
|
/external/libtextclassifier/abseil-cpp/absl/types/ |
D | optional.h | 149 absl::enable_if_t<absl::conjunction< 171 absl::conjunction<absl::negation<std::is_same< 184 absl::conjunction<absl::negation<std::is_same< 197 absl::conjunction< 214 absl::conjunction< 231 absl::conjunction< 249 absl::conjunction< 287 typename = typename std::enable_if<absl::conjunction< 291 absl::conjunction<std::is_scalar<T>, 301 typename = typename std::enable_if<absl::conjunction< [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | optional.h | 149 absl::enable_if_t<absl::conjunction< 171 absl::conjunction<absl::negation<std::is_same< 184 absl::conjunction<absl::negation<std::is_same< 197 absl::conjunction< 214 absl::conjunction< 231 absl::conjunction< 249 absl::conjunction< 287 typename = typename std::enable_if<absl::conjunction< 291 absl::conjunction<std::is_scalar<T>, 301 typename = typename std::enable_if<absl::conjunction< [all …]
|
/external/openscreen/third_party/abseil/src/absl/types/ |
D | optional.h | 149 absl::enable_if_t<absl::conjunction< 171 absl::conjunction<absl::negation<std::is_same< 184 absl::conjunction<absl::negation<std::is_same< 197 absl::conjunction< 214 absl::conjunction< 231 absl::conjunction< 249 absl::conjunction< 287 typename = typename std::enable_if<absl::conjunction< 291 absl::conjunction<std::is_scalar<T>, 301 typename = typename std::enable_if<absl::conjunction< [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | unordered_map_members_test.h | 39 EXPECT_TRUE((absl::conjunction< in TYPED_TEST_P() 42 EXPECT_TRUE((absl::conjunction< in TYPED_TEST_P()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | unordered_map_members_test.h | 39 EXPECT_TRUE((absl::conjunction< in TYPED_TEST_P() 42 EXPECT_TRUE((absl::conjunction< in TYPED_TEST_P()
|