Searched refs:_M_destroy_nodes (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_deque.h | 357 void _M_destroy_nodes(_Tp** __nstart, _Tp** __nfinish); 392 void _M_destroy_nodes(_Tp** __nstart, _Tp** __nfinish); 423 _M_destroy_nodes(_M_start._M_node, _M_finish._M_node + 1); in ~_Deque_base() 463 __STL_UNWIND(_M_destroy_nodes(__nstart, __cur)); in _M_create_nodes() 468 _Deque_base<_Tp,_Alloc,__bufsiz>::_M_destroy_nodes(_Tp** __nstart, in _M_destroy_nodes() function 518 using _Base::_M_destroy_nodes; 996 __STL_UNWIND(_M_destroy_nodes(__new_start._M_node, _M_start._M_node)); in insert() 1004 __STL_UNWIND(_M_destroy_nodes(_M_finish._M_node + 1, in insert() 1023 __STL_UNWIND(_M_destroy_nodes(__new_start._M_node, _M_start._M_node)); in insert() 1031 __STL_UNWIND(_M_destroy_nodes(_M_finish._M_node + 1, in insert() [all …]
|