Home | History | Annotate | Download | only in bits

Lines Matching refs:__front

755         _Node* __front = static_cast<_Node*>(this->_M_impl._M_head._M_next);
756 return __front->_M_value;
766 _Node* __front = static_cast<_Node*>(this->_M_impl._M_head._M_next);
767 return __front->_M_value;