Home
last modified time | relevance | path

Searched refs:ReboundB (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/memory/allocator.traits/
Drebind_traits.pass.cpp36 struct ReboundB {}; struct
43 template <class V> struct rebind {typedef ReboundB<V, U> other;};
70 …tor_traits<B<int, char> >::rebind_traits<double>, std::allocator_traits<ReboundB<double, char> > >… in main()
76 …its<B<int, char> >::rebind_traits<double>::other, std::allocator_traits<ReboundB<double, char> > >… in main()
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Drebind_alloc.pass.cpp36 struct ReboundB {}; struct
43 template <class V> struct rebind {typedef ReboundB<V, U> other;};
88 …td::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>, ReboundB<double, char> >::… in main()
96 …same<std::allocator_traits<B<int, char> >::rebind_alloc<double>::other, ReboundB<double, char> >::… in main()