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.rs1025 fn partial_cmp(&self, other: &Ident) -> Option<Ordering> { in partial_cmp()
1031 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 store<Ordering: ordering::ReleaseOrRelaxed>(&self, v: T, _: Ordering) store() argument
415 cmpxchg<Ordering: ordering::Ordering>( &self, mut old: T, new: T, o: Ordering, ) -> Result<T, T> cmpxchg() argument
[all...]
/linux/rust/kernel/num/
H A Dbounded.rs550 partial_cmp(&self, other: &Bounded<U, M>) -> Option<cmp::Ordering> partial_cmp() argument
560 cmp(&self, other: &Self) -> cmp::Ordering cmp() argument
582 partial_cmp(&self, other: &T) -> Option<cmp::Ordering> partial_cmp() argument