Searched defs:__stl_alloc_create (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
H A D_iostream_string.h89 __stl_alloc_create(const _STLP_PRIV __iostring_allocator<_Tp>&, const _Tp*) function
H A D_pthread_alloc.h234 __stl_alloc_create(pthread_allocator<_Tp1>&, const _Tp2*) function
417 __stl_alloc_create(per_thread_allocator<_Tp1>&, const _Tp2*) function
H A 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*) { function
465 __stl_alloc_create(const allocator<_Tp1>&, const _Tp2*) { return allocator<_Tp2>(); } function
/external/stlport/test/eh/
H A DPrefix.h171 __stl_alloc_create(const EH_allocator<_Tp1>&, const _Tp2*) { return EH_allocator<_Tp2>(); } function
/external/stlport/test/unit/
H A Dstack_allocator.h180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); } function in namespace:std

Completed in 1412 milliseconds