Searched refs:partial_cmp (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/proc-macro2/ |
| H A D | location.rs | 28 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
|
| H A D | lib.rs | 1025 fn partial_cmp(&self, other: &Ident) -> Option<Ordering> { in partial_cmp() method
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 589 fn partial_cmp(&self, other: &Bounded<U, M>) -> Option<cmp::Ordering> { 590 self.get().partial_cmp(&other.get()) 621 fn partial_cmp(&self, other: &T) -> Option<cmp::Ordering> { in bitor() 622 self.get().partial_cmp(other) in bitor() 550 fn partial_cmp(&self, other: &Bounded<U, M>) -> Option<cmp::Ordering> { partial_cmp() function 582 fn partial_cmp(&self, other: &T) -> Option<cmp::Ordering> { partial_cmp() function
|
| /linux/rust/syn/ |
| H A D | lifetime.rs | 99 fn partial_cmp(&self, other: &Lifetime) -> Option<Ordering> { in partial_cmp() method
|
| H A D | precedence.rs | 207 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
|
| H A D | buffer.rs | 401 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
|