/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | rebind_alloc.pass.cpp | 86 …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/ |
D | rebind_alloc.pass.cpp | 87 …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/ |
D | PR9902.cpp | 19 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()
|
D | PR9908.cpp | 14 template <class T> using rebind_alloc = typename typedef 16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
|
/external/clang/test/SemaCXX/ |
D | PR9902.cpp | 19 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()
|
D | PR9908.cpp | 14 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/ |
D | ftime-report-template-decl.cpp | 142 using rebind_alloc = _Other; typedef 147 using rebind_alloc = typename Foo<_Alloc>::template rebind_alloc<_Other>; typedef
|
/external/libtextclassifier/abseil-cpp/absl/container/ |
D | node_hash_set.h | 453 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()
|
D | node_hash_map.h | 550 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/ |
D | node_hash_set.h | 453 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()
|
D | node_hash_map.h | 550 Allocator>::template rebind_alloc<value_type>; in new_element() 562 Allocator>::template rebind_alloc<value_type>; in delete_element()
|
/external/abseil-cpp/absl/container/ |
D | node_hash_set.h | 458 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()
|
D | node_hash_map.h | 550 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/ |
D | node_hash_set.h | 453 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()
|
D | node_hash_map.h | 550 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/ |
D | node_hash_set.h | 453 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()
|
D | node_hash_map.h | 550 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/ |
D | node_hash_set.h | 458 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()
|
D | node_hash_map.h | 550 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/ |
D | memory_resource | 44 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/ |
D | memory_resource | 45 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/ |
D | memory_test.cc | 490 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/ |
D | memory_test.cc | 490 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/ |
D | memory_test.cc | 488 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/ |
D | memory_test.cc | 488 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()
|