Home
last modified time | relevance | path

Searched refs:rebind_alloc (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp86 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>, ReboundA<double… in main()
87 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>, ReboundB<d… in main()
88 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_alloc<double>, C<double> >::va… in main()
89 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_alloc<double>, D<double, … in main()
90 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_alloc<double>, E<double> >::va… in main()
91 …static_assert((std::is_same<std::allocator_traits<F<char> >::rebind_alloc<double>, F<double> >::va… in main()
92 …static_assert((std::is_same<std::allocator_traits<G<char> >::rebind_alloc<double>, G<double> >::va… in main()
94 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA… in main()
95 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>::other, Reb… in main()
96 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_alloc<double>::other, C<double… in main()
[all …]
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp87 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>, ReboundA<double… in main()
88 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>, ReboundB<d… in main()
89 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_alloc<double>, C<double> >::va… in main()
90 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_alloc<double>, D<double, … in main()
91 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_alloc<double>, E<double> >::va… in main()
92 …static_assert((std::is_same<std::allocator_traits<F<char> >::rebind_alloc<double>, F<double> >::va… in main()
93 …static_assert((std::is_same<std::allocator_traits<G<char> >::rebind_alloc<double>, G<double> >::va… in main()
95 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA… in main()
96 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>::other, Reb… in main()
97 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_alloc<double>::other, C<double… in main()
[all …]
/external/llvm-project/clang/test/SemaCXX/
DPR9902.cpp19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type; typedef
20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
28 allocator_traits<allocator<char>>::rebind_alloc<int> a; in main()
DPR9908.cpp14 template <class T> using rebind_alloc = typename typedef
16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
/external/clang/test/SemaCXX/
DPR9902.cpp19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type; typedef
20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
28 allocator_traits<allocator<char>>::rebind_alloc<int> a; in main()
DPR9908.cpp14 template <class T> using rebind_alloc = typename typedef
16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
/external/llvm-project/clang/test/Frontend/
Dftime-report-template-decl.cpp142 using rebind_alloc = _Other; typedef
147 using rebind_alloc = typename Foo<_Alloc>::template rebind_alloc<_Other>; typedef
/external/libtextclassifier/abseil-cpp/absl/container/
Dnode_hash_set.h453 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in new_element()
464 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in delete_element()
Dnode_hash_map.h550 Allocator>::template rebind_alloc<value_type>; in new_element()
562 Allocator>::template rebind_alloc<value_type>; in delete_element()
/external/angle/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h453 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in new_element()
464 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in delete_element()
Dnode_hash_map.h550 Allocator>::template rebind_alloc<value_type>; in new_element()
562 Allocator>::template rebind_alloc<value_type>; in delete_element()
/external/abseil-cpp/absl/container/
Dnode_hash_set.h458 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in new_element()
469 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in delete_element()
Dnode_hash_map.h550 Allocator>::template rebind_alloc<value_type>; in new_element()
562 Allocator>::template rebind_alloc<value_type>; in delete_element()
/external/openscreen/third_party/abseil/src/absl/container/
Dnode_hash_set.h453 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in new_element()
464 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in delete_element()
Dnode_hash_map.h550 Allocator>::template rebind_alloc<value_type>; in new_element()
562 Allocator>::template rebind_alloc<value_type>; in delete_element()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h453 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in new_element()
464 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in delete_element()
Dnode_hash_map.h550 Allocator>::template rebind_alloc<value_type>; in new_element()
562 Allocator>::template rebind_alloc<value_type>; in delete_element()
/external/webrtc/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h458 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in new_element()
469 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in delete_element()
Dnode_hash_map.h550 Allocator>::template rebind_alloc<value_type>; in new_element()
562 Allocator>::template rebind_alloc<value_type>; in delete_element()
/external/llvm-project/libcxx/include/experimental/
Dmemory_resource44 allocator_traits<Allocator>::rebind_alloc<char>>;
349 using _Alloc = typename _CTraits::template rebind_alloc<
418 typename allocator_traits<_Alloc>::template rebind_alloc<char>
/external/libcxx/include/experimental/
Dmemory_resource45 allocator_traits<Allocator>::rebind_alloc<char>>;
350 using _Alloc = typename _CTraits::template rebind_alloc<
420 typename allocator_traits<_Alloc>::template rebind_alloc<char>
/external/abseil-cpp/absl/memory/
Dmemory_test.cc490 rebind_alloc<int>>::value)); in TEST()
513 AllocWithRebind>::template rebind_alloc<int>>::value)); in TEST()
522 int, char>>::template rebind_alloc<double>>::value)); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc490 rebind_alloc<int>>::value)); in TEST()
513 AllocWithRebind>::template rebind_alloc<int>>::value)); in TEST()
522 int, char>>::template rebind_alloc<double>>::value)); in TEST()
/external/angle/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc488 rebind_alloc<int>>::value)); in TEST()
511 AllocWithRebind>::template rebind_alloc<int>>::value)); in TEST()
520 int, char>>::template rebind_alloc<double>>::value)); in TEST()
/external/openscreen/third_party/abseil/src/absl/memory/
Dmemory_test.cc488 rebind_alloc<int>>::value)); in TEST()
511 AllocWithRebind>::template rebind_alloc<int>>::value)); in TEST()
520 int, char>>::template rebind_alloc<double>>::value)); in TEST()

123