Searched refs:_Alloc_traits (Results 1 – 10 of 10) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_alloc.h | 962 struct _Alloc_traits struct 970 const bool _Alloc_traits<_Tp, _Allocator>::_S_instanceless; argument 975 struct _Alloc_traits<_Tp, allocator<_Tp1> > 985 struct _Alloc_traits<_Tp, __malloc_alloc_template<__inst> > 994 struct _Alloc_traits<_Tp, __default_alloc_template<__threads, __inst> > 1005 struct _Alloc_traits<_Tp, debug_alloc<_Alloc> > 1016 struct _Alloc_traits<_Tp, 1026 struct _Alloc_traits<_Tp, 1039 struct _Alloc_traits<_Tp, __allocator<_Tp1, debug_alloc<_Alloc> > >
|
H A D | stl_bvector.h | 253 typedef typename _Alloc_traits<bool, _Allocator>::allocator_type 269 typename _Alloc_traits<unsigned int, _Allocator>::allocator_type 280 typedef typename _Alloc_traits<bool, _Allocator>::allocator_type 288 typedef typename _Alloc_traits<unsigned int, _Allocator>::_Alloc_type 307 _Alloc_traits<bool, _Alloc>::_S_instanceless> 310 _Alloc_traits<bool, _Alloc>::_S_instanceless>
|
H A D | stl_list.h | 136 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type 149 typename _Alloc_traits<_List_node<_Tp>, _Allocator>::allocator_type 159 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type 166 typedef typename _Alloc_traits<_List_node<_Tp>, _Allocator>::_Alloc_type 178 _Alloc_traits<_Tp, _Alloc>::_S_instanceless> 182 _Alloc_traits<_Tp, _Alloc>::_S_instanceless>
|
H A D | stl_rope.h | 281 typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type 295 _Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \ 309 typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type 320 _Alloc_traits<_Tp,_Allocator>::_Alloc_type __name##Alloc; \ 322 _Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \ 334 _Alloc_traits<_CharT,_Alloc>::_S_instanceless> 337 _Alloc_traits<_CharT,_Alloc>::_S_instanceless> 1167 typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type 1182 _Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \ 1197 typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type [all …]
|
H A D | stl_slist.h | 186 typedef typename _Alloc_traits<_Tp,_Allocator>::allocator_type 199 typename _Alloc_traits<_Slist_node<_Tp>,_Allocator>::allocator_type 208 typedef typename _Alloc_traits<_Tp,_Allocator>::allocator_type 215 typedef typename _Alloc_traits<_Slist_node<_Tp>, _Allocator>::_Alloc_type 228 _Alloc_traits<_Tp, _Alloc>::_S_instanceless> 231 _Alloc_traits<_Tp, _Alloc>::_S_instanceless>
|
H A D | stl_vector.h | 55 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type 80 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type 93 typedef typename _Alloc_traits<_Tp, _Allocator>::_Alloc_type _Alloc_type; 103 _Alloc_traits<_Tp, _Alloc>::_S_instanceless> 106 _Alloc_traits<_Tp, _Alloc>::_S_instanceless>
|
H A D | pthread_alloc | 446 struct _Alloc_traits<_Tp, _Pthread_alloc_template<_Max_size> > 455 struct _Alloc_traits<_Tp, __allocator<_Up, _Pthread_alloc_template<_Max> > > 463 struct _Alloc_traits<_Tp, pthread_allocator<_Up> >
|
H A D | stl_deque.h | 276 typedef typename _Alloc_traits<_Tp,_Alloc>::allocator_type allocator_type; 284 typedef typename _Alloc_traits<_Tp*, _Alloc>::allocator_type 310 typedef typename _Alloc_traits<_Tp,_Alloc>::allocator_type allocator_type; 316 typedef typename _Alloc_traits<_Tp, _Alloc>::_Alloc_type _Node_alloc_type; 317 typedef typename _Alloc_traits<_Tp*, _Alloc>::_Alloc_type _Map_alloc_type; 337 _Alloc_traits<_Tp, _Alloc>::_S_instanceless> 341 _Alloc_traits<_Tp, _Alloc>::_S_instanceless>
|
H A D | stl_tree.h | 442 typedef typename _Alloc_traits<_Tp, _Alloc>::allocator_type allocator_type; 449 typename _Alloc_traits<_Rb_tree_node<_Tp>, _Alloc>::allocator_type 463 typedef typename _Alloc_traits<_Tp, _Alloc>::allocator_type allocator_type; 471 typedef typename _Alloc_traits<_Rb_tree_node<_Tp>, _Alloc>::_Alloc_type 483 _Alloc_traits<_Tp, _Alloc>::_S_instanceless> 486 _Alloc_traits<_Tp, _Alloc>::_S_instanceless>
|
H A D | stl_hashtable.h | 209 typedef typename _Alloc_traits<_Val,_Alloc>::allocator_type allocator_type; 212 typename _Alloc_traits<_Node, _Alloc>::allocator_type _M_node_allocator;
|