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

/external/stlport/stlport/stl/
H A D_algo.h78 // adjacent_find.
82 adjacent_find(_ForwardIter __first, _ForwardIter __last, function
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) { function
99 return adjacent_find(__first, __last,
299 __first = adjacent_find(__first, __last);
306 __first = adjacent_find(__first, __last, __binary_pred);

Completed in 69 milliseconds