Home
last modified time | relevance | path

Searched defs:unary_async (Results 1 – 2 of 2) 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dclient.rs85 pub fn unary_async<Req, Resp>( in unary_async() method