Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dcodegen.rs298 fn unary_async(&self, method_name: &str) -> String { in unary_async() method
424 w.pub_fn(&self.unary_async(&method_name), |w| { in write_client()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dclient.rs51 Call::unary_async(&self.channel, method, req, opt) in unary_call_async()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dclient.rs85 pub fn unary_async<Req, Resp>( in unary_async() method