Searched refs:__start_n (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_deque.h | 1353 iterator __start_n = _M_start + difference_type(__n); in _M_insert_aux() local 1354 uninitialized_copy(_M_start, __start_n, __new_start); in _M_insert_aux() 1356 copy(__start_n, __pos, __old_start); in _M_insert_aux() 1412 iterator __start_n = _M_start + difference_type(__n); in _M_insert_aux() local 1413 uninitialized_copy(_M_start, __start_n, __new_start); in _M_insert_aux() 1415 copy(__start_n, __pos, __old_start); in _M_insert_aux() 1473 iterator __start_n = _M_start + difference_type(__n); in _M_insert_aux() local 1474 uninitialized_copy(_M_start, __start_n, __new_start); in _M_insert_aux() 1476 copy(__start_n, __pos, __old_start); in _M_insert_aux() 1531 iterator __start_n = _M_start + __n; in _M_insert_aux() local [all …]
|