Home
last modified time | relevance | path

Searched defs:OneRef (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/alloc/src/rc/
Dtests.rs532 struct OneRef { in test_rc_cyclic_with_one_ref() struct
533 inner: Weak<OneRef>, in test_rc_cyclic_with_one_ref()
/third_party/rust/rust/library/alloc/src/sync/
Dtests.rs606 struct OneRef { in test_arc_new_cyclic_one_ref() struct
607 inner: Weak<OneRef>, in test_arc_new_cyclic_one_ref()