Home
last modified time | relevance | path

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

/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp67 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>, ReboundA<double… in main()
68 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>, ReboundB<d… in main()
69 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_alloc<double>, C<double> >::va… in main()
70 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_alloc<double>, D<double, … in main()
71 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_alloc<double>, E<double> >::va… in main()
73 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA… in main()
74 …static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>::other, Reb… in main()
75 …static_assert((std::is_same<std::allocator_traits<C<char> >::rebind_alloc<double>::other, C<double… in main()
76 …static_assert((std::is_same<std::allocator_traits<D<int, char> >::rebind_alloc<double>::other, D<d… in main()
77 …static_assert((std::is_same<std::allocator_traits<E<char> >::rebind_alloc<double>::other, E<double… in main()
DAndroid.mk43 test_name := utilities/memory/allocator.traits/allocator.traits.types/rebind_alloc
44 test_src := rebind_alloc.pass.cpp
/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/libcxx/include/
D__functional_03794 rebind_alloc<_FF>
796 rebind_alloc<_FF>::other
1096 rebind_alloc<_FF>
1098 rebind_alloc<_FF>::other
1398 rebind_alloc<_FF>
1400 rebind_alloc<_FF>::other
1700 rebind_alloc<_FF>
1702 rebind_alloc<_FF>::other
Dscoped_allocator46 OuterTraits::template rebind_alloc<Tp>, InnerAllocs...> other;
406 typename _OuterTraits::template rebind_alloc<_Tp>, _InnerAllocs...
Dforward_list370 rebind_alloc<__node>
372 rebind_alloc<__node>::other
381 rebind_alloc<__begin_node>
383 rebind_alloc<__begin_node>::other
Dmap816 rebind_alloc<__value_type>
818 rebind_alloc<__value_type>::other
1557 rebind_alloc<__value_type>
1559 rebind_alloc<__value_type>::other
Dlist521 rebind_alloc<__node>
523 rebind_alloc<__node>::other
535 rebind_alloc<__node_base>
537 rebind_alloc<__node_base>::other
D__hash_table785 rebind_alloc<__node>
787 rebind_alloc<__node>::other
806 rebind_alloc<__node_pointer>
808 rebind_alloc<__node_pointer>::other
Dunordered_map733 rebind_alloc<__value_type>
735 rebind_alloc<__value_type>::other
1472 rebind_alloc<__value_type>
1474 rebind_alloc<__value_type>::other
Ddeque916 rebind_alloc<pointer>
918 rebind_alloc<pointer>::other
925 rebind_alloc<const_pointer>
927 rebind_alloc<const_pointer>::other
Dmemory79 template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>;
80 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>;
1427 template <class _Tp> using rebind_alloc =
1429 template <class _Tp> using rebind_traits = allocator_traits<rebind_alloc<_Tp>>;
1431 template <class _Tp> struct rebind_alloc
1434 {typedef allocator_traits<typename rebind_alloc<_Tp>::other> other;};
Dfuture1911 rebind_alloc<_FF>
1913 rebind_alloc<_FF>::other
Dfunctional1629 rebind_alloc<_FF>
1631 rebind_alloc<_FF>::other
D__tree799 rebind_alloc<__node>
801 rebind_alloc<__node>::other
Dvector2062 rebind_alloc<__storage_type>
2064 rebind_alloc<__storage_type>::other
/external/libcxx/include/ext/
Dhash_map498 rebind_alloc<__value_type>
500 rebind_alloc<__value_type>::other
777 rebind_alloc<__value_type>
779 rebind_alloc<__value_type>::other