Home
last modified time | relevance | path

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

/external/libcxx/test/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp67 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>, std::allocator… in main()
68 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>, std::allo… in main()
69 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_traits<double>, std::allocator… in main()
70 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_traits<double>, std::allo… in main()
71 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_traits<double>, std::allocator… in main()
73 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_traits<double>::other, std::al… in main()
74 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>::other, st… in main()
75 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_traits<double>::other, std::al… in main()
76 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_traits<double>::other, st… in main()
77 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_traits<double>::other, std::al… in main()
DAndroid.mk19 test_name := utilities/memory/allocator.traits/rebind_traits
20 test_src := rebind_traits.pass.cpp
/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/libcxx/include/
Dmemory80 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
1429 template <class _Tp> using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
1433 template <class _Tp> struct rebind_traits