Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/util/
Dmaybe_dangling.rs55 struct SetOnDrop<'a>(&'a mut bool); in maybedangling_runs_drop() struct
57 impl Drop for SetOnDrop<'_> { in maybedangling_runs_drop() implementation
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs701 struct SetOnDrop { in register_death_notification() struct
702 binder_dealloc: Arc<AtomicBool>, in register_death_notification()
704 impl Drop for SetOnDrop { in register_death_notification() implementation