Searched refs:_StorageTypeAlloc (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _set.h | 70 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc; 93 _SetStorageTraits, _StorageTypeAlloc> _Rep_type; 129 set() : _M_t(_CompareStorageType(), _StorageTypeAlloc()) {} 137 : _M_t(_Compare(), _StorageTypeAlloc()) { 149 : _M_t(__comp, _StorageTypeAlloc()) { 171 : _M_t(_Compare(), _StorageTypeAlloc()) { 184 : _M_t(_Compare(), _StorageTypeAlloc()) 317 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc; 340 _MultisetStorageTraits, _StorageTypeAlloc> _Rep_type; 376 multiset() : _M_t(_Compare(), _StorageTypeAlloc()) {} [all …]
|
D | _vector.h | 54 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; typedef 55 typedef _STLP_PRIV VECTOR_IMPL<_StorageType, _StorageTypeAlloc> _Base;
|
D | _list.h | 65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; typedef 66 typedef _STLP_PRIV LIST_IMPL<_StorageType, _StorageTypeAlloc> _Base;
|
D | _deque.h | 103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base;
|
D | _slist.h | 59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; typedef 60 typedef _STLP_PRIV SLIST_IMPL<_StorageType, _StorageTypeAlloc> _Base;
|