Home
last modified time | relevance | path

Searched refs:__stl_alloc_create (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_alloc.h181 # 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.h89 __stl_alloc_create(const _STLP_PRIV __iostring_allocator<_Tp>&, const _Tp*) in __stl_alloc_create() function
D_pthread_alloc.h234 __stl_alloc_create(pthread_allocator<_Tp1>&, const _Tp2*)
417 __stl_alloc_create(per_thread_allocator<_Tp1>&, const _Tp2*)
D_rope.h83 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h180 __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/
Dstack_allocator.h180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.… in __stl_alloc_create() function