Home
last modified time | relevance | path

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

/third_party/rust/rust/library/alloc/src/rc/
Dtests.rs554 struct TwoRefs { in test_rc_cyclic_with_two_ref() struct
555 inner: Weak<TwoRefs>, in test_rc_cyclic_with_two_ref()
556 inner1: Weak<TwoRefs>, in test_rc_cyclic_with_two_ref()
/third_party/rust/rust/library/alloc/src/sync/
Dtests.rs627 struct TwoRefs { in test_arc_cyclic_two_refs() struct
628 inner1: Weak<TwoRefs>, in test_arc_cyclic_two_refs()
629 inner2: Weak<TwoRefs>, in test_arc_cyclic_two_refs()