Home
last modified time | relevance | path

Searched defs:sorted_by (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
H A Dtest_std.rs426 fn sorted_by() { in sorted_by() function
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/tests/
Dtest_std.rs486 fn sorted_by() { in sorted_by() function
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs710 pub fn sorted_by<F>(self, mut cmp: F) -> IntoIter<K, V> in sorted_by() function
Dset.rs601 pub fn sorted_by<F>(self, mut cmp: F) -> IntoIter<T> in sorted_by() function
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dlib.rs2906 fn sorted_by<F>(self, cmp: F) -> VecIntoIter<Self::Item> in sorted_by() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dlib.rs2807 fn sorted_by<F>(self, cmp: F) -> VecIntoIter<Self::Item> in sorted_by() method