Searched refs:__stl_alloc_create (Results 1 – 7 of 7) sorted by relevance
/external/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)
|
/external/stlport/test/unit/ |
D | stack_allocator.h | 180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.… in __stl_alloc_create() function
|
/external/stlport/test/eh/ |
D | Prefix.h | 171 __stl_alloc_create(const EH_allocator<_Tp1>&, const _Tp2*) { return EH_allocator<_Tp2>(); } in __stl_alloc_create() function
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 6772 of the missing __stl_alloc_rebind and __stl_alloc_create useful for compiler
|