Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/
Dunord.rs247 pub fn to_sorted<HCX>(&self, hcx: &HCX, cache_sort_key: bool) -> Vec<&V> in to_sorted() method
445 pub fn to_sorted<HCX>(&self, hcx: &HCX, cache_sort_key: bool) -> Vec<(&K, &V)> in to_sorted() method