Home
last modified time | relevance | path

Searched defs: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
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs3291 fn partial_cmp(&self, other: &Vec<T, A2>) -> Option<Ordering> { in partial_cmp() function