Home | History | Annotate | Download | only in bits

Lines Matching refs:_Node_alloc_type

272         rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type;
275 : public _Node_alloc_type
280 : _Node_alloc_type(), _M_head()
283 _Fwd_list_impl(const _Node_alloc_type& __a)
284 : _Node_alloc_type(__a), _M_head()
287 _Fwd_list_impl(_Node_alloc_type&& __a)
288 : _Node_alloc_type(std::move(__a)), _M_head()
299 _Node_alloc_type&
301 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
303 const _Node_alloc_type&
305 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
310 _Fwd_list_base(const _Node_alloc_type& __a)
313 _Fwd_list_base(const _Fwd_list_base& __lst, const _Node_alloc_type& __a);
315 _Fwd_list_base(_Fwd_list_base&& __lst, const _Node_alloc_type& __a)
412 typedef typename _Base::_Node_alloc_type _Node_alloc_type;
436 : _Base(_Node_alloc_type(__al))
445 : _Base(__list, _Node_alloc_type(__al))
454 : _Base(std::move(__list), _Node_alloc_type(__al))
480 : _Base(_Node_alloc_type(__al))
496 : _Base(_Node_alloc_type(__al))
537 : _Base(_Node_alloc_type(__al))