Home | History | Annotate | Download | only in bits

Lines Matching refs:_Node_alloc_type

268         rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type;
271 : public _Node_alloc_type
276 : _Node_alloc_type(), _M_head()
279 _Fwd_list_impl(const _Node_alloc_type& __a)
280 : _Node_alloc_type(__a), _M_head()
293 _Node_alloc_type&
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
297 const _Node_alloc_type&
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }