Lines Matching refs:get
266 BqlCell::new(self.get()) in clone()
281 self.get() == other.get() in eq()
290 self.get().partial_cmp(&other.get()) in partial_cmp()
297 self.get().cmp(&other.get()) in cmp()
310 self.get().fmt(f) in fmt()
316 self.get().fmt(f) in fmt()
375 mem::replace(unsafe { &mut *self.value.get() }, val) in replace()
411 pub fn get(&self) -> T { in get() method
416 unsafe { *self.value.get() } in get()
435 self.value.get() in as_ptr()
599 if b.borrow.get() == 1 { in borrow()
608 let value = unsafe { NonNull::new_unchecked(self.value.get()) }; in borrow()
662 let value = unsafe { NonNull::new_unchecked(self.value.get()) }; in borrow_mut()
686 self.value.get() in as_ptr()
774 let b = borrow.get().wrapping_add(1); in new()
800 let borrow = self.borrow.get(); in drop()
877 match borrow.get() { in new()
890 let borrow = self.borrow.get(); in drop()
1010 UnsafeCell::get(&self.value).cast() in as_mut_ptr()
1021 UnsafeCell::get(&self.value).cast() in as_void_ptr()