Home
last modified time | relevance | path

Searched defs:is_sorted_until (Results 1 – 2 of 2) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dis_sorted_until.h42 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) in is_sorted_until() function
49 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last) in is_sorted_until() function
/external/eigen/test/
Dstl_iterators.cpp23 ForwardIt is_sorted_until(ForwardIt firstIt, ForwardIt lastIt) in is_sorted_until() function