Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/
Dslice.rs213 stable_sort(self, T::lt); in sort()
269 stable_sort(self, |a, b| compare(a, b) == Less); in sort_by()
312 stable_sort(self, |a, b| f(a).lt(&f(b))); in sort_by_key()
844 fn stable_sort<T, F>(v: &mut [T], mut is_less: F) in stable_sort() function