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 D | test_std.rs | 528 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/ |
D | test_std.rs | 614 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 D | CHANGELOG.md | 42 - 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 D | lib.rs | 2879 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/ |
D | CHANGELOG.md | 172 - Add `Itertools::sorted_by_cached_key` (#424, #575)
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/ |
D | lib.rs | 2980 fn sorted_by_cached_key<K, F>(self, f: F) -> VecIntoIter<Self::Item> in sorted_by_cached_key() method
|