Home
last modified time | relevance | path

Searched defs:on_drop (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/src/runtime/tests/
Dtask_combinations.rs250 on_drop: Option<oneshot::Sender<()>>, in test_combination() field
269 on_drop: Option<oneshot::Sender<()>>, in test_combination() field
/external/rust/crates/grpcio/src/call/
Dclient.rs489 fn on_drop(&mut self) { in on_drop() method
Dmod.rs633 fn on_drop<C: ShareCallHolder>(&self, call: &mut C) { in on_drop() method