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

/external/stlport/stlport/stl/
H A D_algobase.h377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result, function
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result, function
401 return _STLP_PRIV __copy_n(__first, __count, __result, _STLP_ITERATOR_CATEGORY(__first, _InputIter));

Completed in 60 milliseconds