Searched refs:uninitialized_copy_n (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/cpp/ |
H A D | algobase.h | 61 using __STD::uninitialized_copy_n;
|
H A D | stl_uninitialized.h | 135 uninitialized_copy_n(_InputIter __first, _Size __count, in uninitialized_copy_n() function
|
H A D | ropeimpl.h | 393 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); in _S_leaf_concat_char_iter() 394 uninitialized_copy_n(__iter, __len, __new_data + __old_len); in _S_leaf_concat_char_iter() 419 uninitialized_copy_n(__iter, __len, __r->_M_data + __old_len); in _S_destr_leaf_concat_char_iter() 760 uninitialized_copy_n(__leaf, __n, _M_buf_ptr); in operator()
|
H A D | stl_rope.h | 686 uninitialized_copy_n(__s + __start_pos + _M_start, __req_len, in operator() 1495 uninitialized_copy_n(__s, __size, __buf);
|