Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/vec/
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()
/linux-6.6.21/rust/alloc/
Dboxed.rs1353 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
1354 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()