Searched refs:__new_result (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_algobase.c378 _ForwardIter1 __new_result = _STLP_STD::search(__first1, __last1, __first2, __last2, __comp); local
379 if (__new_result == __last1)
382 __result = __new_result;
383 __first1 = __new_result;
H A D_uninitialized.h376 _ForwardIter __new_result = uninitialized_copy(__first1, __last1, __result); local
378 return uninitialized_copy(__first2, __last2, __new_result);
380 _STLP_UNWIND(_STLP_STD::_Destroy_Range(__result, __new_result))

Completed in 36 milliseconds