Searched refs:__last_iterator (Results 1 – 8 of 8) sorted by relevance
76 _Safe_iterator_base* __last_iterator = 0; in _M_transfer_from_if() local95 __last_iterator = __victim; in _M_transfer_from_if()125 if (__last_iterator || __last_const_iterator) in _M_transfer_from_if()128 if (__last_iterator) in _M_transfer_from_if()132 this->_M_iterators->_M_prior = __last_iterator; in _M_transfer_from_if()133 __last_iterator->_M_next = this->_M_iterators; in _M_transfer_from_if()
76 _Safe_iterator_base* __last_iterator = 0; in _M_transfer_from_if() local96 __last_iterator = __victim_base; in _M_transfer_from_if()128 if (__last_iterator || __last_const_iterator) in _M_transfer_from_if()131 if (__last_iterator) in _M_transfer_from_if()135 this->_M_iterators->_M_prior = __last_iterator; in _M_transfer_from_if()136 __last_iterator->_M_next = this->_M_iterators; in _M_transfer_from_if()
79 _Safe_iterator_base* __last_iterator = 0; in _M_transfer_from_if() local99 __last_iterator = __victim_base; in _M_transfer_from_if()131 if (__last_iterator || __last_const_iterator) in _M_transfer_from_if()134 if (__last_iterator) in _M_transfer_from_if()138 this->_M_iterators->_M_prior = __last_iterator; in _M_transfer_from_if()139 __last_iterator->_M_next = this->_M_iterators; in _M_transfer_from_if()
Completed in 7 milliseconds