Searched defs:rebind (Results 1 – 16 of 16) sorted by relevance
45 template <class _Up> struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {typedef allocator<_Up> other;}; argument58 template <class _Up> struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {typedef allocator<_Up> other;}; argument
364 struct rebind struct366 typedef allocator<_Other> other;
74 struct rebind struct97 struct rebind struct98 { typedef allocator<_Tp1> other; };
7 template <class U> struct rebind { struct8 typedef allocator<U> other;
39 template <template <class U2> class O> struct rebind { typedef B<O> other ;}; struct
45 struct rebind { struct46 using other = __sso_allocator<U, _Np>;
65 struct rebind struct66 { typedef new_allocator<_Tp1> other; };
66 struct rebind struct67 { typedef malloc_allocator<_Tp1> other; };
109 struct rebind struct110 { typedef array_allocator<_Tp1, _Array1> other; };
141 struct rebind struct142 { typedef __pool_alloc<_Tp1> other; };
204 struct rebind struct206 typedef throw_allocator<U> other;
649 struct rebind struct650 { typedef allocator<_Tp1> other; };703 struct rebind struct704 { typedef allocator<_Tp1> other; };745 struct rebind struct746 { typedef __allocator<_Tp1, _Alloc> other; };
426 template <class _NewType> struct rebind { struct427 typedef pthread_allocator<_NewType> other;467 template <class _NewType> struct rebind { struct468 typedef pthread_allocator<_NewType> other;
111 template<class U> struct rebind { typedef tracker_alloc<U> other; }; argument
102 using rebind = expected<_Up, error_type>; variable674 using rebind = expected<_Up, error_type>; variable
144 u_int32_t expiry, renewal, rebind; member