Searched refs:__copy_n (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algobase.h | 377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result, in _STLP_DECLARE_COPY_TRIVIAL() 389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result, in __copy_n() function 401 …return _STLP_PRIV __copy_n(__first, __count, __result, _STLP_ITERATOR_CATEGORY(__first, _InputIter… in copy_n()
|