Searched refs:PartialOrd (Results 1 – 11 of 11) sorted by relevance
| /linux/rust/proc-macro2/ |
| H A D | location.rs | 27 impl PartialOrd for LineColumn {
|
| H A D | lib.rs | 1024 impl PartialOrd for Ident {
|
| /linux/rust/kernel/ |
| H A D | time.rs | 168 #[derive(PartialEq, PartialOrd, Eq, Ord)] 285 #[derive(Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Debug)]
|
| H A D | num.rs | 23 + PartialOrd
|
| H A D | ptr.rs | 28 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 544 impl<T, U, const N: u32, const M: u32> PartialOrd<Bounded<U, M>> for Bounded<T, N> impl 548 T: PartialOrd<U>, 577 impl<T, const N: u32> PartialOrd<T> for Bounded<T, N> 580 T: PartialOrd,
|
| /linux/rust/syn/ |
| H A D | lifetime.rs | 98 impl PartialOrd for Lifetime {
|
| H A D | precedence.rs | 206 impl PartialOrd for Precedence {
|
| H A D | buffer.rs | 400 impl<'a> PartialOrd for Cursor<'a> {
|
| /linux/drivers/android/binder/ |
| H A D | freeze.rs | 21 #[derive(Clone, Copy, Eq, PartialEq, Ord, PartialOrd)]
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_panic_qr.rs | 32 #[derive(Debug, Clone, Copy, PartialEq, Eq, Ord, PartialOrd)]
|