Searched refs:rebind_alloc (Results 1 – 18 of 18) sorted by relevance
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/ |
D | rebind_alloc.pass.cpp | 67 …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()
|
D | Android.mk | 43 test_name := utilities/memory/allocator.traits/allocator.traits.types/rebind_alloc 44 test_src := rebind_alloc.pass.cpp
|
/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/libcxx/include/ |
D | __functional_03 | 794 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
|
D | scoped_allocator | 46 OuterTraits::template rebind_alloc<Tp>, InnerAllocs...> other; 406 typename _OuterTraits::template rebind_alloc<_Tp>, _InnerAllocs...
|
D | forward_list | 370 rebind_alloc<__node> 372 rebind_alloc<__node>::other 381 rebind_alloc<__begin_node> 383 rebind_alloc<__begin_node>::other
|
D | map | 816 rebind_alloc<__value_type> 818 rebind_alloc<__value_type>::other 1557 rebind_alloc<__value_type> 1559 rebind_alloc<__value_type>::other
|
D | list | 521 rebind_alloc<__node> 523 rebind_alloc<__node>::other 535 rebind_alloc<__node_base> 537 rebind_alloc<__node_base>::other
|
D | __hash_table | 785 rebind_alloc<__node> 787 rebind_alloc<__node>::other 806 rebind_alloc<__node_pointer> 808 rebind_alloc<__node_pointer>::other
|
D | unordered_map | 733 rebind_alloc<__value_type> 735 rebind_alloc<__value_type>::other 1472 rebind_alloc<__value_type> 1474 rebind_alloc<__value_type>::other
|
D | deque | 916 rebind_alloc<pointer> 918 rebind_alloc<pointer>::other 925 rebind_alloc<const_pointer> 927 rebind_alloc<const_pointer>::other
|
D | memory | 79 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;};
|
D | future | 1911 rebind_alloc<_FF> 1913 rebind_alloc<_FF>::other
|
D | functional | 1629 rebind_alloc<_FF> 1631 rebind_alloc<_FF>::other
|
D | __tree | 799 rebind_alloc<__node> 801 rebind_alloc<__node>::other
|
D | vector | 2062 rebind_alloc<__storage_type> 2064 rebind_alloc<__storage_type>::other
|
/external/libcxx/include/ext/ |
D | hash_map | 498 rebind_alloc<__value_type> 500 rebind_alloc<__value_type>::other 777 rebind_alloc<__value_type> 779 rebind_alloc<__value_type>::other
|