Searched refs:rebind_traits (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/test/utilities/memory/allocator.traits/ |
D | rebind_traits.pass.cpp | 67 …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()
|
D | Android.mk | 19 test_name := utilities/memory/allocator.traits/rebind_traits 20 test_src := rebind_traits.pass.cpp
|
/external/clang/test/SemaCXX/ |
D | PR9908.cpp | 16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; typedef 32 allocator_traits<A<char> >::rebind_traits<double> a; in main()
|
D | PR9902.cpp | 20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; typedef
|
/external/libcxx/include/ |
D | memory | 80 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
|