Searched refs:_Alloc_traits (Results 1 – 15 of 15) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _hpacc.h | 44 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\ 64 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\ 120 typedef typename _Alloc_traits<t,a>::_Orig _STLP_dummy_type1;\
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _alloc.h | 197 struct _Alloc_traits { struct 442 struct _Alloc_traits<_Tp, allocator<_Tp1> > { 452 inline _STLP_TYPENAME_ON_RETURN_TYPE _Alloc_traits<_Tp, _Alloc>::allocator_type _STLP_CALL
|
D | _pthread_alloc.h | 220 struct _Alloc_traits<_Tp, pthread_allocator<_Atype> > 403 struct _Alloc_traits<_Tp, per_thread_allocator<_Atype> >
|
D | _hashtable.h | 259 typedef typename _Alloc_traits<_BucketType*, _All>::allocator_type _BucketAllocType;
|
D | _tree.h | 240 typedef typename _Alloc_traits<_Node, _Alloc>::allocator_type _M_node_allocator_type;
|
D | _list.h | 180 typedef typename _Alloc_traits<_Node, _Alloc>::allocator_type _Node_allocator_type;
|
D | _bvector.h | 274 typedef typename _Alloc_traits<__chunk_type, _Alloc>::allocator_type __chunk_allocator_type;
|
D | _slist.h | 151 typedef typename _Alloc_traits<_Node,_Alloc>::allocator_type _M_node_allocator_type;
|
D | _deque.h | 348 typedef typename _Alloc_traits<_Tp*, _Alloc>::allocator_type _Map_alloc_type;
|
D | _rope.h | 81 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) (_Alloc_traits<_Tp,__atype>::create_allocator(__…
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _vector.h | 54 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; 74 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
|
D | _list.h | 65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; 81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
|
D | _deque.h | 103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; 120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
|
D | _slist.h | 59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; 81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
|
D | _set.h | 70 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc; 317 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc;
|