Home | History | Annotate | Download | only in bits

Lines Matching refs:__front

753         _Node* __front = static_cast<_Node*>(this->_M_impl._M_head._M_next);
754 return __front->_M_value;
764 _Node* __front = static_cast<_Node*>(this->_M_impl._M_head._M_next);
765 return __front->_M_value;