Home
last modified time | relevance | path

Searched refs:__is_sorted (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
D_algo.h717 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()
D_algo.c2001 bool __is_sorted(_ForwardIter __first, _ForwardIter __last, in __is_sorted() function