Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dboxed.rs1353 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
1354 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs3291 fn partial_cmp(&self, other: &Vec<T, A2>) -> Option<Ordering> { in partial_cmp() function
3292 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()