Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/call/
Dclient.rs489 fn on_drop(&mut self) { in on_drop() method
556 self.imp.on_drop() in drop()
Dmod.rs576 fn on_drop<C: ShareCallHolder>(&self, call: &mut C) { in on_drop() method
Dserver.rs302 self.base.on_drop(&mut self.call); in drop()