Searched refs:__x_copy (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_vector.h | 607 _Tp __x_copy = __x; in _M_insert_aux() local 609 *__position = __x_copy; in _M_insert_aux() 669 _Tp __x_copy = __x; in insert() local 676 fill(__position, __position + __n, __x_copy); in insert() 679 uninitialized_fill_n(_M_finish, __n - __elems_after, __x_copy); in insert() 683 fill(__position, __old_finish, __x_copy); in insert()
|
H A D | stl_deque.h | 1284 value_type __x_copy = __x; in _M_insert_aux() local 1305 *__pos = __x_copy; in _M_insert_aux() 1346 value_type __x_copy = __x; in _M_insert_aux() local 1357 fill(__pos - difference_type(__n), __pos, __x_copy); in _M_insert_aux() 1361 _M_start, __x_copy); in _M_insert_aux() 1363 fill(__old_start, __pos, __x_copy); in _M_insert_aux() 1380 fill(__pos, __pos + difference_type(__n), __x_copy); in _M_insert_aux() 1384 __x_copy, __pos, _M_finish); in _M_insert_aux() 1386 fill(__pos, __old_finish, __x_copy); in _M_insert_aux()
|