Lines Matching refs:rebind
77 template <class _Xp> static true_type __test(typename _Xp::template rebind<_Up>* = 0);
87 typedef _LIBCPP_NODEBUG typename _Tp::template rebind<_Up> type;
89 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;
117 template <class _Up> using rebind = typename __pointer_traits_rebind<pointer, _Up>::type;
119 template <class _Up> struct rebind
140 template <class _Up> using rebind = _Up*;
142 template <class _Up> struct rebind {typedef _Up* other;};
157 typedef typename pointer_traits<_From>::template rebind<_To> type;
159 typedef typename pointer_traits<_From>::template rebind<_To>::other type;