Searched defs:partial_cmp (Results 1 – 8 of 8) 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/syn/ |
| H A D | precedence.rs | 207 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
|
| H A D | lifetime.rs | 99 fn partial_cmp(&self, other: &Lifetime) -> Option<Ordering> { in partial_cmp() method
|
| H A D | buffer.rs | 401 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 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/zerocopy/src/ |
| H A D | wrappers.rs | 425 fn partial_cmp(&self, other: &Unalign<T>) -> Option<Ordering> { in partial_cmp() method
|
| H A D | ref.rs | 949 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() function
|