Searched refs:__stl_alloc_rebind (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/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));
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } in __stl_alloc_rebind() function
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } in __stl_alloc_rebind() function
|