Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dboxed.rs1331 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
1332 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()
/Linux-v6.6/rust/alloc/vec/
Dmod.rs3295 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
3296 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()