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

/external/stlport/stlport/stl/
H A D_algobase.c361 // find_end, with and without an explicitly supplied comparison function.
363 // the *last* possible match. Note that find_end for bidirectional iterators
366 // find_end for forward iterators.
392 // find_end for bidirectional iterators. Requires partial specialization.
434 find_end(_ForwardIter1 __first1, _ForwardIter1 __last1, function
H A D_algo.c273 find_end(_ForwardIter1 __first1, _ForwardIter1 __last1, function

Completed in 226 milliseconds