/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
D | is_always_equal.pass.cpp | 29 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/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | is_always_equal.pass.cpp | 27 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/containers/sequences/vector.bool/ |
D | move_assign_noexcept.pass.cpp | 44 typedef std::true_type is_always_equal; typedef 57 typedef std::false_type is_always_equal; typedef
|
D | swap_noexcept.pass.cpp | 53 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | move_assign_noexcept.pass.cpp | 49 typedef std::true_type is_always_equal; typedef 63 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/utilities/memory/default.allocator/ |
D | allocator_types.pass.cpp | 49 …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/libcxx/test/std/containers/sequences/vector/vector.cons/ |
D | move_assign_noexcept.pass.cpp | 44 typedef std::true_type is_always_equal; typedef 57 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 79 typedef std::true_type is_always_equal; typedef 92 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 79 typedef std::true_type is_always_equal; typedef 92 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 79 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/ |
D | swap_noexcept.pass.cpp | 79 typedef std::true_type is_always_equal; typedef 92 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
D | swap_noexcept.pass.cpp | 106 typedef std::true_type is_always_equal; typedef 119 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 106 typedef std::true_type is_always_equal; typedef 119 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
D | swap_noexcept.pass.cpp | 106 typedef std::true_type is_always_equal; typedef 119 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_noexcept.pass.cpp | 106 typedef std::true_type is_always_equal; typedef 119 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/ |
D | swap_noexcept.pass.cpp | 54 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
D | swap_noexcept.pass.cpp | 53 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/sequences/vector/vector.special/ |
D | swap_noexcept.pass.cpp | 54 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/sequences/list/list.special/ |
D | swap_noexcept.pass.cpp | 53 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
D | swap_noexcept.pass.cpp | 53 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/include/ |
D | scoped_allocator | 41 typedef see below is_always_equal; 182 static const bool value = allocator_traits<_A0>::is_always_equal::value; 189 allocator_traits<_A0>::is_always_equal::value && 424 > is_always_equal;
|
D | __node_handle | 135 __alloc_traits::is_always_equal::value)
|
D | vector | 55 allocator_type::is_always_equal::value); // C++17 123 allocator_traits<allocator_type>::is_always_equal::value); // C++17 179 allocator_type::is_always_equal::value); // C++17 241 allocator_traits<allocator_type>::is_always_equal::value); // C++17 828 _NOEXCEPT_(__alloc_traits::is_always_equal::value); 1362 _NOEXCEPT_(__alloc_traits::is_always_equal::value)
|
D | memory | 81 typedef Alloc::is_always_equal 82 | is_empty is_always_equal; 1239 typename __void_t<typename _Tp::is_always_equal>::type> 1251 typedef typename _Alloc::is_always_equal type; 1532 is_always_equal; 1793 typedef true_type is_always_equal; 1897 typedef true_type is_always_equal; 5633 || _Traits::is_always_equal::value
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | memory.h | 97 typedef std::true_type is_always_equal; typedef
|