Home
last modified time | relevance | path

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

/external/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)
/external/stlport/test/unit/
Dstack_allocator.h180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.… in __stl_alloc_create() function
/external/stlport/test/eh/
DPrefix.h171 __stl_alloc_create(const EH_allocator<_Tp1>&, const _Tp2*) { return EH_allocator<_Tp2>(); } in __stl_alloc_create() function
/external/stlport/etc/
DChangeLog-5.16772 of the missing __stl_alloc_rebind and __stl_alloc_create useful for compiler