Searched defs:Ordering (Results 1 – 8 of 8) sorted by relevance
| /linux/rust/proc-macro2/ |
| H A D | location.rs | 20 fn cmp(&self, other: &Self) -> Ordering { in cmp() 28 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
|
| H A D | lib.rs | 1021 fn partial_cmp(&self, other: &Ident) -> Option<Ordering> { in partial_cmp() 1027 fn cmp(&self, other: &Ident) -> Ordering { in cmp()
|
| /linux/rust/kernel/sync/atomic/ |
| H A D | ordering.rs | 73 pub trait Ordering: internal::Sealed { trait
|
| /linux/rust/syn/ |
| H A D | lifetime.rs | 99 fn partial_cmp(&self, other: &Lifetime) -> Option<Ordering> { in partial_cmp() 105 fn cmp(&self, other: &Lifetime) -> Ordering { in cmp()
|
| H A D | buffer.rs | 401 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() 427 pub(crate) fn cmp_assuming_same_buffer(a: Cursor, b: Cursor) -> Ordering { in cmp_assuming_same_buffer()
|
| H A D | precedence.rs | 207 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
|
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 299 pub fn store<Ordering: ordering::ReleaseOrRelaxed>(&self, v: T, _: Ordering) { in store() 415 o: Ordering, in cmpxchg()
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 547 fn partial_cmp(&self, other: &Bounded<U, M>) -> Option<cmp::Ordering> { in partial_cmp() 557 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() 579 fn partial_cmp(&self, other: &T) -> Option<cmp::Ordering> { in partial_cmp()
|