Home
last modified time | relevance | path

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

/linux-6.8/rust/alloc/
Dslice.rs267 F: FnMut(&T, &T) -> Ordering, in sort_by()
Dboxed.rs1353 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
1376 fn cmp(&self, other: &Self) -> Ordering { in cmp()
/linux-6.8/rust/alloc/vec/
Dmod.rs3344 fn partial_cmp(&self, other: &Vec<T, A2>) -> Option<Ordering> { in partial_cmp()
3356 fn cmp(&self, other: &Self) -> Ordering { in cmp()