Searched defs:__ucopy_ptrs (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_uninitialized.h111 inline _OutputIter __ucopy_ptrs(_InputIter __first, _InputIter __last, _OutputIter __result, function
116 inline _OutputIter __ucopy_ptrs(_InputIter __first, _InputIter __last, _OutputIter __result, function
126 return __ucopy_ptrs(__first, __last, __result,
420 { return __ucopy_ptrs(__first, __last, __result, __trivial_ucpy); }

Completed in 85 milliseconds