Home
last modified time | relevance | path

Searched defs:Ordering (Results 1 – 8 of 8) sorted by relevance

/linux/rust/proc-macro2/
H A Dlocation.rs20 fn cmp(&self, other: &Self) -> Ordering { in cmp()
28 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
H A Dlib.rs1021 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 Dordering.rs73 pub trait Ordering: internal::Sealed { trait
/linux/rust/syn/
H A Dlifetime.rs99 fn partial_cmp(&self, other: &Lifetime) -> Option<Ordering> { in partial_cmp()
105 fn cmp(&self, other: &Lifetime) -> Ordering { in cmp()
H A Dbuffer.rs401 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 Dprecedence.rs207 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
/linux/rust/kernel/sync/
H A Datomic.rs299 pub fn store<Ordering: ordering::ReleaseOrRelaxed>(&self, v: T, _: Ordering) { in store()
415 o: Ordering, in cmpxchg()
/linux/rust/kernel/num/
H A Dbounded.rs547 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()