Searched refs:__stl_alloc_create (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _alloc.h | 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) 188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) 453 __stl_alloc_create(const _Alloc& __a, const _Tp*) { 465 __stl_alloc_create(const allocator<_Tp1>&, const _Tp2*) { return allocator<_Tp2>(); }
|
D | _iostream_string.h | 89 __stl_alloc_create(const _STLP_PRIV __iostring_allocator<_Tp>&, const _Tp*) in __stl_alloc_create() function
|
D | _pthread_alloc.h | 234 __stl_alloc_create(pthread_allocator<_Tp1>&, const _Tp2*) 417 __stl_alloc_create(per_thread_allocator<_Tp1>&, const _Tp2*)
|
D | _rope.h | 83 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.… in __stl_alloc_create() function
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.… in __stl_alloc_create() function
|