Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/
Dclient.rs50 Call::unary_async(&self.channel, method, req, opt) in unary_call_async()
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs302 fn unary_async(&self, method_name: &str) -> String { in unary_async() method
428 w.pub_fn(&self.unary_async(&method_name), |w| { in write_client()
/external/rust/crates/grpcio/src/call/
Dclient.rs105 pub fn unary_async<Req, Resp>( in unary_async() method