Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Dborrow.rs359 fn cmp(&self, other: &Self) -> Ordering { in cmp()
382 fn partial_cmp(&self, other: &Cow<'a, B>) -> Option<Ordering> { in partial_cmp()
Dboxed.rs1295 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
1318 fn cmp(&self, other: &Self) -> Ordering { in cmp()
Dslice.rs332 F: FnMut(&T, &T) -> Ordering, in sort_by()
/Linux-v6.1/rust/alloc/vec/
Dmod.rs2882 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
2894 fn cmp(&self, other: &Self) -> Ordering { in cmp()