Searched defs:__stl_alloc_rebind (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
H A D_iostream_string.h78 * the basic_string. This is why the associated __stl_alloc_rebind has only one template
85 __stl_alloc_rebind(_STLP_PRIV __iostring_allocator<_Tp>& __a, const _Tp*) function
H A D_pthread_alloc.h229 __stl_alloc_rebind(pthread_allocator<_Tp1>& __x, const _Tp2*) function
412 __stl_alloc_rebind(per_thread_allocator<_Tp1>& __x, const _Tp2*) function
H A D_alloc.h462 __stl_alloc_rebind(allocator<_Tp1>& __a, const _Tp2*) { return (allocator<_Tp2>&)(__a); } function
539 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); }
541 { __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
544 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
/external/stlport/test/eh/
H A DPrefix.h168 __stl_alloc_rebind(EH_allocator<_Tp1>& __a, const _Tp2*) { return (EH_allocator<_Tp2>&)(__a); } function
/external/stlport/test/unit/
H A Dstack_allocator.h177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } function in namespace:std

Completed in 336 milliseconds