OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__new_result
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_algobase.c
378
_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
;
_uninitialized.h
376
_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 1500 milliseconds