Home
last modified time | relevance | path

Searched refs:is_always_equal (Results 1 – 25 of 93) sorted by relevance

1234

/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
Dis_always_equal.pass.cpp29 std::allocator_traits<A1<int>>::is_always_equal, std::false_type>::value in main()
33 std::allocator_traits<min_allocator<int>>::is_always_equal, std::true_type>::value in main()
39 std::scoped_allocator_adaptor<A1<int>>::is_always_equal, in main()
40 std::allocator_traits<A1<int>>::is_always_equal in main()
46 std::scoped_allocator_adaptor<min_allocator<int>>::is_always_equal, in main()
47 std::allocator_traits<min_allocator<int>>::is_always_equal in main()
52 std::scoped_allocator_adaptor<A1<int>, A2<int>>::is_always_equal::value == in main()
53 ( std::allocator_traits<A1<int>>::is_always_equal::value && in main()
54 std::allocator_traits<A2<int>>::is_always_equal::value) in main()
59 std::scoped_allocator_adaptor<A1<int>, min_allocator<int>>::is_always_equal::value == in main()
[all …]
/external/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
Dis_always_equal.pass.cpp29 std::allocator_traits<A1<int>>::is_always_equal, std::false_type>::value in main()
33 std::allocator_traits<min_allocator<int>>::is_always_equal, std::true_type>::value in main()
39 std::scoped_allocator_adaptor<A1<int>>::is_always_equal, in main()
40 std::allocator_traits<A1<int>>::is_always_equal in main()
46 std::scoped_allocator_adaptor<min_allocator<int>>::is_always_equal, in main()
47 std::allocator_traits<min_allocator<int>>::is_always_equal in main()
52 std::scoped_allocator_adaptor<A1<int>, A2<int>>::is_always_equal::value == in main()
53 ( std::allocator_traits<A1<int>>::is_always_equal::value && in main()
54 std::allocator_traits<A2<int>>::is_always_equal::value) in main()
59 std::scoped_allocator_adaptor<A1<int>, min_allocator<int>>::is_always_equal::value == in main()
[all …]
/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Dis_always_equal.pass.cpp28 typedef std::true_type is_always_equal; typedef
46 …static_assert((std::is_same<std::allocator_traits<A<char> >::is_always_equal, std::true_type>::val… in main()
47 …static_assert((std::is_same<std::allocator_traits<B<char> >::is_always_equal, std::true_type>::val… in main()
48 …static_assert((std::is_same<std::allocator_traits<C<char> >::is_always_equal, std::false_type>::va… in main()
50 …static_assert((std::is_same<std::allocator_traits<A<const char> >::is_always_equal, std::true_type… in main()
51 …static_assert((std::is_same<std::allocator_traits<B<const char> >::is_always_equal, std::true_type… in main()
52 …static_assert((std::is_same<std::allocator_traits<C<const char> >::is_always_equal, std::false_typ… in main()
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Dis_always_equal.pass.cpp27 typedef std::true_type is_always_equal; typedef
45 …static_assert((std::is_same<std::allocator_traits<A<char> >::is_always_equal, std::true_type>::val… in main()
46 …static_assert((std::is_same<std::allocator_traits<B<char> >::is_always_equal, std::true_type>::val… in main()
47 …static_assert((std::is_same<std::allocator_traits<C<char> >::is_always_equal, std::false_type>::va… in main()
49 …static_assert((std::is_same<std::allocator_traits<A<const char> >::is_always_equal, std::true_type… in main()
50 …static_assert((std::is_same<std::allocator_traits<B<const char> >::is_always_equal, std::true_type… in main()
51 …static_assert((std::is_same<std::allocator_traits<C<const char> >::is_always_equal, std::false_typ… in main()
/external/libcxx/test/std/strings/basic.string/string.cons/
Dmove_assign_noexcept.pass.cpp49 typedef std::true_type is_always_equal; typedef
63 typedef std::false_type is_always_equal; typedef
/external/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
Dmove_assign_noexcept.pass.cpp48 typedef std::true_type is_always_equal; typedef
62 typedef std::false_type is_always_equal; typedef
/external/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
Dmove_assign_noexcept.pass.cpp43 typedef std::true_type is_always_equal; typedef
56 typedef std::false_type is_always_equal; typedef
/external/libcxx/test/std/containers/sequences/vector.bool/
Dmove_assign_noexcept.pass.cpp44 typedef std::true_type is_always_equal; typedef
57 typedef std::false_type is_always_equal; typedef
/external/libcxx/test/std/utilities/memory/default.allocator/
Dallocator_types.pass.cpp49 …static_assert((std::is_same<std::allocator< char>::is_always_equal, std::true_type>::value), … in main()
50 …LIBCPP_STATIC_ASSERT((std::is_same<std::allocator<const char>::is_always_equal, std::true_type>::v… in main()
/external/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/
Dmove_assign_noexcept.pass.cpp44 typedef std::true_type is_always_equal; typedef
57 typedef std::false_type is_always_equal; typedef
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dmove_assign_noexcept.pass.cpp44 typedef std::true_type is_always_equal; typedef
57 typedef std::false_type is_always_equal; typedef
/external/llvm-project/libcxx/test/libcxx/utilities/any/
Dallocator.pass.cpp48 using is_always_equal = std::true_type; typedef
78 using is_always_equal = std::true_type; typedef
/external/libcxx/test/std/containers/associative/set/set.special/
Dswap_noexcept.pass.cpp79 typedef std::true_type is_always_equal; typedef
92 typedef std::false_type is_always_equal; typedef
/external/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.special/
Dswap_noexcept.pass.cpp78 typedef std::true_type is_always_equal; typedef
91 typedef std::false_type is_always_equal; typedef
/external/libcxx/test/std/containers/associative/multiset/multiset.special/
Dswap_noexcept.pass.cpp79 typedef std::true_type is_always_equal; typedef
92 typedef std::false_type is_always_equal; typedef
/external/llvm-project/libcxx/test/std/containers/associative/set/set.special/
Dswap_noexcept.pass.cpp78 typedef std::true_type is_always_equal; typedef
91 typedef std::false_type is_always_equal; typedef
/external/llvm-project/libcxx/test/std/containers/associative/map/map.special/
Dswap_noexcept.pass.cpp78 typedef std::true_type is_always_equal; typedef
91 typedef std::false_type is_always_equal; typedef
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.special/
Dswap_noexcept.pass.cpp78 typedef std::true_type is_always_equal; typedef
91 typedef std::false_type is_always_equal; typedef
/external/libcxx/test/std/containers/associative/multimap/multimap.special/
Dswap_noexcept.pass.cpp79 typedef std::true_type is_always_equal; typedef
92 typedef std::false_type is_always_equal; typedef
/external/libcxx/test/std/containers/associative/map/map.special/
Dswap_noexcept.pass.cpp79 typedef std::true_type is_always_equal; typedef
92 typedef std::false_type is_always_equal; typedef
/external/abseil-cpp/absl/memory/
Dmemory_test.cc462 struct is_always_equal {}; in TEST() struct
465 EXPECT_TRUE((std::is_same<HasIsAlwaysEqual::is_always_equal, in TEST()
467 HasIsAlwaysEqual>::is_always_equal>::value)); in TEST()
469 A>::is_always_equal>::value)); in TEST()
476 absl::allocator_traits<NonEmpty>::is_always_equal>::value)); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc462 struct is_always_equal {}; in TEST() struct
465 EXPECT_TRUE((std::is_same<HasIsAlwaysEqual::is_always_equal, in TEST()
467 HasIsAlwaysEqual>::is_always_equal>::value)); in TEST()
469 A>::is_always_equal>::value)); in TEST()
476 absl::allocator_traits<NonEmpty>::is_always_equal>::value)); in TEST()
/external/angle/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc460 struct is_always_equal {}; in TEST() struct
463 EXPECT_TRUE((std::is_same<HasIsAlwaysEqual::is_always_equal, in TEST()
465 HasIsAlwaysEqual>::is_always_equal>::value)); in TEST()
467 A>::is_always_equal>::value)); in TEST()
474 absl::allocator_traits<NonEmpty>::is_always_equal>::value)); in TEST()
/external/openscreen/third_party/abseil/src/absl/memory/
Dmemory_test.cc460 struct is_always_equal {}; in TEST() struct
463 EXPECT_TRUE((std::is_same<HasIsAlwaysEqual::is_always_equal, in TEST()
465 HasIsAlwaysEqual>::is_always_equal>::value)); in TEST()
467 A>::is_always_equal>::value)); in TEST()
474 absl::allocator_traits<NonEmpty>::is_always_equal>::value)); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc460 struct is_always_equal {}; in TEST() struct
463 EXPECT_TRUE((std::is_same<HasIsAlwaysEqual::is_always_equal, in TEST()
465 HasIsAlwaysEqual>::is_always_equal>::value)); in TEST()
467 A>::is_always_equal>::value)); in TEST()
474 absl::allocator_traits<NonEmpty>::is_always_equal>::value)); in TEST()

1234