Searched refs:__copy (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algobase.h | 184 inline _OutputIter __copy(_InputIter __first, _InputIter __last, in __copy() function 193 inline _OutputIter __copy(_InputIter __first, _InputIter __last, in __copy() function 201 inline _OutputIter __copy(_InputIter __first, _InputIter __last, in __copy() function 211 __copy(_RandomAccessIter __first, _RandomAccessIter __last, in __copy() function 262 return _STLP_PRIV __copy(__first, __last, __result, random_access_iterator_tag(), (ptrdiff_t*)0); in __copy_ptrs() 283 return _STLP_PRIV __copy(__first, __last, __result, in __copy_aux()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 1734 __copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) 1749 __copy(_Tp* __first, _Tp* __last, _Up* __result) 1761 return _VSTD::__copy(__unwrap_iter(__first), __unwrap_iter(__last), __unwrap_iter(__result));
|