Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/benches/
Dbench.rs696 pub fn simple_sort<K: Ord + Hash, V>(m: &mut IndexMap<K, V>) { in simple_sort() function
721 simple_sort(&mut map); in indexmap_simple_sort_s()
745 simple_sort(&mut map); in indexmap_simple_sort_u32()