Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Dborrow.rs382 fn partial_cmp(&self, other: &Cow<'a, B>) -> Option<Ordering> { in partial_cmp() function
383 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()
Dboxed.rs1295 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
1296 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()
/Linux-v6.1/rust/alloc/vec/
Dmod.rs2882 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
2883 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()