Searched refs:ReboundB (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | rebind_alloc.pass.cpp | 34 struct ReboundB {}; struct 41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; 68 …td::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>, ReboundB<double, char> >::… in main() 74 …same<std::allocator_traits<B<int, char> >::rebind_alloc<double>::other, ReboundB<double, char> >::… in main()
|
/external/libcxx/test/std/utilities/memory/allocator.traits/ |
D | rebind_traits.pass.cpp | 34 struct ReboundB {}; struct 41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; 68 …tor_traits<B<int, char> >::rebind_traits<double>, std::allocator_traits<ReboundB<double, char> > >… in main() 74 …its<B<int, char> >::rebind_traits<double>::other, std::allocator_traits<ReboundB<double, char> > >… in main()
|