Home
last modified time | relevance | path

Searched refs:__stl_alloc_rebind (Results 1 – 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
D_alloc.h462 __stl_alloc_rebind(allocator<_Tp1>& __a, const _Tp2*) { return (allocator<_Tp2>&)(__a); }
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,…
D_iostream_string.h85 __stl_alloc_rebind(_STLP_PRIV __iostring_allocator<_Tp>& __a, const _Tp*) in __stl_alloc_rebind() function
D_pthread_alloc.h229 __stl_alloc_rebind(pthread_allocator<_Tp1>& __x, const _Tp2*)
412 __stl_alloc_rebind(per_thread_allocator<_Tp1>& __x, const _Tp2*)
D_rope.h418 __stl_alloc_rebind (__a, (_CharT*)0).deallocate(__s, _S_rounded_up_size(__len));
/external/stlport/test/unit/
Dstack_allocator.h177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } in __stl_alloc_rebind() function
/external/stlport/test/eh/
DPrefix.h168 __stl_alloc_rebind(EH_allocator<_Tp1>& __a, const _Tp2*) { return (EH_allocator<_Tp2>&)(__a); } in __stl_alloc_rebind() function
/external/stlport/etc/
DChangeLog-5.15884 * stlport/stl/_iostring_stream.h: Simplification of the __stl_alloc_rebind
6772 of the missing __stl_alloc_rebind and __stl_alloc_create useful for compiler