Searched refs:eq (Results 1 – 6 of 6) sorted by relevance
| /rust/pin-init/examples/ |
| A D | linked_list.rs | 63 if ptr::eq(self.next.as_ptr(), self) { in next() 74 while !ptr::eq(self, cur.cur()) { in size() 86 if !ptr::eq(self.next.as_ptr(), &*self) { in drop() 165 if core::ptr::eq(inspect, &*a) { in main()
|
| /rust/kernel/sync/ |
| A D | locked_by.rs | 133 if !ptr::eq(owner, self.owner) { in access() 162 if !ptr::eq(owner, self.owner) { in access_mut()
|
| A D | arc.rs | 310 core::ptr::eq(this.ptr.as_ptr(), other.ptr.as_ptr()) in ptr_eq()
|
| /rust/kernel/ |
| A D | task.rs | 396 fn eq(&self, other: &Kuid) -> bool { in eq() method
|
| A D | str.rs | 129 fn eq(&self, other: &Self) -> bool { in eq() method 130 self.deref().eq(other.deref()) in eq()
|
| /rust/kernel/alloc/ |
| A D | kvec.rs | 978 fn eq(&self, other: &$rhs) -> bool { self[..] == other[..] }
|
Completed in 14 milliseconds