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

/external/stlport/stlport/stl/pointers/
H A D_vector.h54 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; typedef in class:vector
55 typedef _STLP_PRIV VECTOR_IMPL<_StorageType, _StorageTypeAlloc> _Base;
H A D_deque.h103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; typedef in class:deque
104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base;
H A D_list.h65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; typedef in class:list
66 typedef _STLP_PRIV LIST_IMPL<_StorageType, _StorageTypeAlloc> _Base;
H A D_set.h70 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc; typedef in class:set
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; typedef in class:multiset
340 _MultisetStorageTraits, _StorageTypeAlloc> _Rep_type;
376 multiset() : _M_t(_Compare(), _StorageTypeAlloc()) {}
[all...]
H A D_slist.h59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc; typedef in class:slist
60 typedef _STLP_PRIV SLIST_IMPL<_StorageType, _StorageTypeAlloc> _Base;

Completed in 1052 milliseconds