Searched defs:is_sorted (Results 1 – 12 of 12) sorted by relevance
28 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) in is_sorted() function37 is_sorted(_ForwardIterator __first, _ForwardIterator __last) in is_sorted() function
36 fn is_sorted<T: Send + Ord>(v: &[T]) -> bool { in is_sorted() function
31 fn is_sorted(xs: Vec<isize>) -> bool { in main() function
23 bool is_sorted(const T& mat) { in is_sorted() function
36 bool is_sorted(ForwardIt firstIt, ForwardIt lastIt) in is_sorted() function
447 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in crl_lookup() local
87 bool is_sorted; member
492 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in def_crl_lookup() local
373 bool is_sorted) { in MakeFakeLiteralInternalWithBounds()
3376 def is_sorted(iterable, key=None, reverse=False): function
3570 def is_sorted(iterable, key=None, reverse=False, strict=False): function