Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/rust/alloc/vec/
Dmod.rs3291 fn partial_cmp(&self, other: &Vec<T, A2>) -> Option<Ordering> { in partial_cmp()
3303 fn cmp(&self, other: &Self) -> Ordering { in cmp()