Home
last modified time | relevance | path

Searched refs:sorted_by_cached_key (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.rs528 fn sorted_by_cached_key() { in sorted_by_cached_key() function
532 let sorted = [3, 4, 1, 2].iter().cloned().sorted_by_cached_key(|&x| { in sorted_by_cached_key()
542 let sorted = (0..5).sorted_by_cached_key(|&x| { in sorted_by_cached_key()
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/tests/
Dtest_std.rs614 fn sorted_by_cached_key() { in sorted_by_cached_key() function
618 let sorted = [3, 4, 1, 2].iter().cloned().sorted_by_cached_key(|&x| { in sorted_by_cached_key()
628 let sorted = (0..5).sorted_by_cached_key(|&x| { in sorted_by_cached_key()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/
H A DCHANGELOG.md42 - Add `Itertools::sorted_by_cached_key` (#424, #575)
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dlib.rs2879 fn sorted_by_cached_key<K, F>(self, f: F) -> VecIntoIter<Self::Item> in sorted_by_cached_key() method
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/
DCHANGELOG.md172 - Add `Itertools::sorted_by_cached_key` (#424, #575)
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dlib.rs2980 fn sorted_by_cached_key<K, F>(self, f: F) -> VecIntoIter<Self::Item> in sorted_by_cached_key() method