Searched refs:__ucopy_aux (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _uninitialized.h | 124 inline _OutputIter __ucopy_aux(_InputIter __first, _InputIter __last, _OutputIter __result, in __ucopy_aux() function 132 inline _OutputIter __ucopy_aux(_InputIter __first, _InputIter __last, _OutputIter __result, in __ucopy_aux() function 144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>:… in uninitialized_copy()
|