Searched refs:uninitialized_copy_n (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/cpp/
H A Dalgobase.h61 using __STD::uninitialized_copy_n;
H A Dstl_uninitialized.h97 // uninitialized_copy_n (not part of the C++ standard)
135 uninitialized_copy_n(_InputIter __first, _Size __count, function
H A Dropeimpl.h393 uninitialized_copy_n(__r->_M_data, __old_len, __new_data);
394 uninitialized_copy_n(__iter, __len, __new_data + __old_len);
419 uninitialized_copy_n(__iter, __len, __r->_M_data + __old_len);
760 uninitialized_copy_n(__leaf, __n, _M_buf_ptr);
H A Dstl_rope.h686 uninitialized_copy_n(__s + __start_pos + _M_start, __req_len,
1495 uninitialized_copy_n(__s, __size, __buf);

Completed in 96 milliseconds