Searched defs:pointer_ops (Results 1 – 3 of 3) sorted by relevance
246 pointer_ops: &'a T, in clone_pointer_from_raw() field281 let pointer_ops = DefaultPointerOps::<Box<_>>::new(); in test_box() localVariable295 let pointer_ops = DefaultPointerOps::<Rc<_>>::new(); in test_rc() localVariable309 let pointer_ops = DefaultPointerOps::<Arc<_>>::new(); in test_arc() localVariable323 let pointer_ops = DefaultPointerOps::<Box<_>>::new(); in test_box_unsized() localVariable340 let pointer_ops = DefaultPointerOps::<Rc<_>>::new(); in test_rc_unsized() localVariable357 let pointer_ops = DefaultPointerOps::<Arc<_>>::new(); in test_arc_unsized() localVariable375 let pointer_ops = DefaultPointerOps::<Arc<_>>::new(); in clone_arc_from_raw() localVariable387 let pointer_ops = DefaultPointerOps::<Rc<_>>::new(); in clone_rc_from_raw() localVariable398 let pointer_ops = DefaultPointerOps::<Pin<Box<_>>>::new(); in test_pin_box() localVariable[all …]
288 mod pointer_ops; module
77 fn pointer_ops(&self) -> &Self::PointerOps; in pointer_ops() method