Home | History | Annotate | Download | only in stl

Lines Matching refs:_M_rightmost

331       _M_rightmost() = &this->_M_header._M_data;
336 _M_rightmost() = _S_maximum(_M_root());
362 _M_rightmost() = __new_node;
375 if (__parent == _M_rightmost())
376 _M_rightmost() = __new_node; // maintain _M_rightmost() pointing to max node
480 if (_M_key_compare(_S_key(_M_rightmost()), _KeyOfValue()(__val))) {
483 return _M_insert(_M_rightmost(), __val, 0, __position._M_node); // Last argument only needs to be non-null
578 if (!_M_key_compare(_KeyOfValue()(__val), _S_key(_M_rightmost())))
579 return _M_insert(_M_rightmost(), __val, 0, __position._M_node); // Last argument only needs to be non-null
711 if (_M_rightmost() != _Rb_tree_node_base::_S_maximum(_M_root()))