Searched defs:rebind (Results 1 – 12 of 12) sorted by relevance
109 template <class _NewType> struct rebind { struct110 typedef pthread_allocator<_NewType> other;198 template <class _NewType> struct rebind { struct199 typedef pthread_allocator<_NewType> other;
54 template <class _Tp1> struct rebind { struct78 * the basic_string. This is why the associated __stl_alloc_rebind has only one template argument
285 template <class _Tp1> struct rebind { struct286 typedef allocator<_Tp1> other;374 template <class _Tp1> struct rebind { struct375 typedef allocator<_Tp1> other;
26 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
70 struct rebind { struct71 typedef StackAllocator<U, stack_capacity> other;
244 template <class U> struct rebind {typedef B1<U> other;}; argument252 template <class V> struct rebind {typedef D1<V, U> other;}; argument
30 template<typename U> using rebind = traits<rebind_thing<U>>; typedef46 template<typename U> using rebind = thing<U>; typedef
132 template <class _Tp1> struct rebind { struct133 typedef EH_allocator<_Tp1> other;
93 template <class _Tp1> struct rebind { struct in std::allocator94 typedef allocator<_Tp1> other;
83 struct rebind { struct84 typedef StackAllocator<_Other> other;
512 template <class _Tp1> struct rebind { struct513 typedef NotSTLportAllocator<_Tp1> other;
250 struct rebind { struct251 typedef pool_allocator<Other> other;