Searched refs:__is_sorted (Results 1 – 2 of 2) sorted by relevance
717 bool __is_sorted(_ForwardIter __first, _ForwardIter __last,723 return _STLP_PRIV __is_sorted(__first, __last, in is_sorted()730 return _STLP_PRIV __is_sorted(__first, __last, __comp); in is_sorted()
2001 bool __is_sorted(_ForwardIter __first, _ForwardIter __last, in __is_sorted() function