Searched defs:two_refs (Results 1 – 10 of 10) sorted by relevance
554 let two_refs = Rc::new_cyclic(|inner| { in test_rc_cyclic_with_two_ref() localVariable
572 let two_refs = Rc::new_cyclic(|inner| { in test_rc_cyclic_with_two_ref() localVariable
655 let two_refs = Arc::new_cyclic(|inner| { in test_arc_cyclic_two_refs() localVariable