Lines Matching refs:rebind
78 static true_type __test(typename _Xp::template rebind<_Up>* = 0);
88 typedef _LIBCPP_NODEBUG typename _Tp::template rebind<_Up> type;
90 typedef _LIBCPP_NODEBUG typename _Tp::template rebind<_Up>::other type;
97 typedef _LIBCPP_NODEBUG typename _Sp<_Tp, _Args...>::template rebind<_Up> type;
99 typedef _LIBCPP_NODEBUG typename _Sp<_Tp, _Args...>::template rebind<_Up>::other type;
119 using rebind = typename __pointer_traits_rebind<pointer, _Up>::type;
122 struct rebind {
148 using rebind = _Up*;
151 struct rebind {
168 using __rebind_pointer_t = typename pointer_traits<_From>::template rebind<_To>;
171 using __rebind_pointer_t = typename pointer_traits<_From>::template rebind<_To>::other;