Searched refs:rebind_type (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/pointer_traits/requirements/
H A Dtypedefs.cc35 typedef typename test_type::template rebind<char> rebind_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/mt_allocator/
H A Dtune-4.cc76 typedef typename allocator_type::template rebind<value2_type>::other rebind_type; typedef
78 rebind_type a2;
81 // Both policy_type and rebind_type::policy_type have same characteristics.
90 typename rebind_type::pointer p2 = a2.allocate(5128);

Completed in 45 milliseconds