Searched refs:ptr_eq (Results 1 – 4 of 4) sorted by relevance
406 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() function407 Arc::ptr_eq(&this.arc, &other.arc) in ptr_eq()
6 #![allow(clippy::ptr_eq)]
307 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() method
8 #![allow(clippy::ptr_eq)]