Home | History | Annotate | Download | only in bits

Lines Matching refs:_Node_alloc_type

279         rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type;
282 : public _Node_alloc_type
287 : _Node_alloc_type(), _M_head()
290 _Fwd_list_impl(const _Node_alloc_type& __a)
291 : _Node_alloc_type(__a), _M_head()
302 _Node_alloc_type&
304 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
306 const _Node_alloc_type&
308 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }