Searched refs:__stl_alloc_rebind (Results 1 – 7 of 7) sorted by relevance
/external/stlport/stlport/stl/ |
D | _alloc.h | 462 __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.h | 85 __stl_alloc_rebind(_STLP_PRIV __iostring_allocator<_Tp>& __a, const _Tp*) in __stl_alloc_rebind() function
|
D | _pthread_alloc.h | 229 __stl_alloc_rebind(pthread_allocator<_Tp1>& __x, const _Tp2*) 412 __stl_alloc_rebind(per_thread_allocator<_Tp1>& __x, const _Tp2*)
|
D | _rope.h | 418 __stl_alloc_rebind (__a, (_CharT*)0).deallocate(__s, _S_rounded_up_size(__len));
|
/external/stlport/test/unit/ |
D | stack_allocator.h | 177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } in __stl_alloc_rebind() function
|
/external/stlport/test/eh/ |
D | Prefix.h | 168 __stl_alloc_rebind(EH_allocator<_Tp1>& __a, const _Tp2*) { return (EH_allocator<_Tp2>&)(__a); } in __stl_alloc_rebind() function
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 5884 * 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
|