Home | History | Annotate | Download | only in pointers

Lines Matching refs:_StorageTypeAlloc

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 _StorageTypeAlloc()) {}
384 : _M_t(_Compare(), _StorageTypeAlloc()) {
397 : _M_t(__comp, _StorageTypeAlloc()) {
421 : _M_t(_Compare(), _StorageTypeAlloc()) {
435 : _M_t(_Compare(), _StorageTypeAlloc())