Searched refs:__last_const_iterator (Results 1 – 8 of 8) sorted by relevance
77 _Safe_iterator_base* __last_const_iterator = 0; in _M_transfer_from_if() local116 __last_const_iterator = __victim; in _M_transfer_from_if()125 if (__last_iterator || __last_const_iterator) in _M_transfer_from_if()137 if (__last_const_iterator) in _M_transfer_from_if()141 this->_M_const_iterators->_M_prior = __last_const_iterator; in _M_transfer_from_if()142 __last_const_iterator->_M_next = this->_M_const_iterators; in _M_transfer_from_if()
77 _Safe_iterator_base* __last_const_iterator = 0; in _M_transfer_from_if() local119 __last_const_iterator = __victim; in _M_transfer_from_if()128 if (__last_iterator || __last_const_iterator) in _M_transfer_from_if()140 if (__last_const_iterator) in _M_transfer_from_if()144 this->_M_const_iterators->_M_prior = __last_const_iterator; in _M_transfer_from_if()145 __last_const_iterator->_M_next = this->_M_const_iterators; in _M_transfer_from_if()
80 _Safe_iterator_base* __last_const_iterator = 0; in _M_transfer_from_if() local122 __last_const_iterator = __victim; in _M_transfer_from_if()131 if (__last_iterator || __last_const_iterator) in _M_transfer_from_if()143 if (__last_const_iterator) in _M_transfer_from_if()147 this->_M_const_iterators->_M_prior = __last_const_iterator; in _M_transfer_from_if()148 __last_const_iterator->_M_next = this->_M_const_iterators; in _M_transfer_from_if()
Completed in 11 milliseconds