Searched defs:rebind (Results 1 – 9 of 9) 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;
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;
935 u8_t rebind; in udp_bind() local
155 time_t expiry, renewal, rebind; member