Searched refs:_M_resize_pos (Results 1 – 3 of 3) sorted by relevance
176 _M_resize_pos(size_type& __new_size) const in _M_resize_pos() function in std::list233 const_iterator __i = _M_resize_pos(__new_size); in resize()245 const_iterator __i = _M_resize_pos(__new_size); in resize()257 const_iterator __i = _M_resize_pos(__new_size); in resize()
2038 _M_resize_pos(size_type& __new_size) const; in _GLIBCXX_VISIBILITY()
3298 * include/bits/stl_list.h (_M_resize_pos(size_type&)): Declare.3301 * include/bits/list.tcc (list::_M_resize_pos(size_type&)): Define.3302 (list::resize): Use _M_resize_pos.