Searched refs:__copy_aux (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algobase.h | 273 inline _OutputIter __copy_aux(_InputIter __first, _InputIter __last, _OutputIter __result, in __copy_aux() function 281 inline _OutputIter __copy_aux(_InputIter __first, _InputIter __last, _OutputIter __result, in __copy_aux() function 293 …return _STLP_PRIV __copy_aux(__first, __last, __result, _BothPtrType< _InputIter, _OutputIter>::_A… in copy()
|