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

/external/stlport/stlport/stl/
H A D_uninitialized.h52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, function
65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, function
67 { return __ucopy(__first, __last, __result, __d); }
71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, function
73 { return __ucopy(__first, __last, __result, __d); }
76 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, function
78 { return __ucopy(__first, __last, __result, __d); }
82 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, function
99 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, _OutputIter __result) function
100 { return __ucopy(__firs
[all...]

Completed in 35 milliseconds