Searched defs:pointer_ops (Results 1 – 3 of 3) sorted by relevance
167 pointer_ops: &'a T, in clone_pointer_from_raw() field201 let pointer_ops = DefaultPointerOps::<Box<_>>::new(); in test_box() localVariable215 let pointer_ops = DefaultPointerOps::<Rc<_>>::new(); in test_rc() localVariable229 let pointer_ops = DefaultPointerOps::<Arc<_>>::new(); in test_arc() localVariable243 let pointer_ops = DefaultPointerOps::<Box<_>>::new(); in test_box_unsized() localVariable260 let pointer_ops = DefaultPointerOps::<Rc<_>>::new(); in test_rc_unsized() localVariable277 let pointer_ops = DefaultPointerOps::<Arc<_>>::new(); in test_arc_unsized() localVariable295 let pointer_ops = DefaultPointerOps::<Arc<_>>::new(); in clone_arc_from_raw() localVariable307 let pointer_ops = DefaultPointerOps::<Rc<_>>::new(); in clone_rc_from_raw() localVariable
284 mod pointer_ops; module
77 fn pointer_ops(&self) -> &Self::PointerOps; in pointer_ops() method