Home
last modified time | relevance | path

Searched refs:rebind_traits (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp68 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>, std::allocator… in main()
69 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>, std::allo… in main()
70 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_traits<double>, std::allocator… in main()
71 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_traits<double>, std::allo… in main()
72 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_traits<double>, std::allocator… in main()
74 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>::other, std::al… in main()
75 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>::other, st… in main()
76 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_traits<double>::other, std::al… in main()
77 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_traits<double>::other, st… in main()
78 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_traits<double>::other, std::al… in main()
/external/libcxx/test/std/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp69 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>, std::allocator… in main()
70 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>, std::allo… in main()
71 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_traits<double>, std::allocator… in main()
72 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_traits<double>, std::allo… in main()
73 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_traits<double>, std::allocator… in main()
75 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>::other, std::al… in main()
76 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>::other, st… in main()
77 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_traits<double>::other, std::al… in main()
78 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_traits<double>::other, st… in main()
79 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_traits<double>::other, std::al… in main()
/external/clang/test/SemaCXX/
DPR9908.cpp16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; typedef
32 allocator_traits<A<char> >::rebind_traits<double> a; in main()
DPR9902.cpp20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; typedef
/external/llvm-project/clang/test/SemaCXX/
DPR9908.cpp16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; typedef
32 allocator_traits<A<char> >::rebind_traits<double> a; in main()
DPR9902.cpp20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; typedef
/external/llvm-project/libcxx/test/support/
Dcontainer_test_types.h339 static_assert(std::is_same<A1T::rebind_traits<float>, A2T>::value, "");
340 static_assert(std::is_same<A2T::rebind_traits<int>, A1T>::value, "");
/external/libcxx/test/support/
Dcontainer_test_types.h340 static_assert(std::is_same<A1T::rebind_traits<float>, A2T>::value, "");
341 static_assert(std::is_same<A2T::rebind_traits<int>, A1T>::value, "");
/external/abseil-cpp/absl/container/internal/
Dcontainer_memory.h53 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate()
69 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate()
Draw_hash_set.h538 allocator_type>::template rebind_traits<value_type>::pointer;
540 allocator_type>::template rebind_traits<value_type>::const_pointer;
565 allocator_type>::template rebind_traits<slot_type>;
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcontainer_memory.h59 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate()
78 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcontainer_memory.h59 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate()
78 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h59 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate()
78 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate()
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h53 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Allocate()
69 using AT = typename absl::allocator_traits<Alloc>::template rebind_traits<M>; in Deallocate()
Draw_hash_set.h538 allocator_type>::template rebind_traits<value_type>::pointer;
540 allocator_type>::template rebind_traits<value_type>::const_pointer;
565 allocator_type>::template rebind_traits<slot_type>;
/external/webrtc/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc517 AllocWithRebind>::template rebind_traits<int>>::value)); in TEST()
526 int, char>>::template rebind_traits<double>>::value)); in TEST()
Dmemory.h507 using rebind_traits = absl::allocator_traits<rebind_alloc<T>>;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc515 AllocWithRebind>::template rebind_traits<int>>::value)); in TEST()
524 int, char>>::template rebind_traits<double>>::value)); in TEST()
Dmemory.h510 using rebind_traits = absl::allocator_traits<rebind_alloc<T>>;
/external/abseil-cpp/absl/memory/
Dmemory_test.cc517 AllocWithRebind>::template rebind_traits<int>>::value)); in TEST()
526 int, char>>::template rebind_traits<double>>::value)); in TEST()
Dmemory.h507 using rebind_traits = absl::allocator_traits<rebind_alloc<T>>;
/external/openscreen/third_party/abseil/src/absl/memory/
Dmemory_test.cc515 AllocWithRebind>::template rebind_traits<int>>::value)); in TEST()
524 int, char>>::template rebind_traits<double>>::value)); in TEST()
Dmemory.h510 using rebind_traits = absl::allocator_traits<rebind_alloc<T>>;
/external/libtextclassifier/abseil-cpp/absl/memory/
Dmemory_test.cc515 AllocWithRebind>::template rebind_traits<int>>::value)); in TEST()
524 int, char>>::template rebind_traits<double>>::value)); in TEST()
Dmemory.h510 using rebind_traits = absl::allocator_traits<rebind_alloc<T>>;

12