Home
last modified time | relevance | path

Searched refs:sort_by_key (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/
H A Dsort_semantically.rs15 items.sort_by_key(|item| match item { in visit_item_mod_mut()
/third_party/rust/crates/linux-raw-sys/gen/src/
H A Dmain.rs94 linux_archs.sort_by_key(|entry| entry.file_name()); in main()
129 modules.sort_by_key(|entry| entry.file_name()); in main()
/third_party/rust/crates/cxx/gen/build/src/
H A Ddeps.rs95 dirs.sort_by_key(|(sort_key, _dir)| *sort_key); in direct_dependencies()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs2348 sort_lexicographic!(sort_by_key, sort_by_key_lexicographic, gen_random, 10000);
9665 v1.sort_by_key(|x| x.to_string()); in test_sort()
22315 /// v.sort_by_key(|k| k.abs());
22320 pub fn sort_by_key<K, F>(&mut self, mut f: F) in sort_by_key() functions
22336 /// basic operations), [`sort_by_key`](slice::sort_by_key) is likely to be
22368 macro_rules! sort_by_key { in sort_by_cached_key() macros
22397 return sort_by_key!(u8, self, f); in sort_by_cached_key()
22400 return sort_by_key!(u16, self, f); in sort_by_cached_key()
22403 return sort_by_key!(u3 in sort_by_cached_key()
[all...]

Completed in 34 milliseconds