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

/haiku/headers/cpp/
H A Dalgobase.h51 using __STD::copy_n;
H A Dstl_algobase.h306 // copy_n (not part of the C++ standard)
338 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
H A Dropeimpl.h977 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp52 std::copy_n(

Completed in 39 milliseconds