Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs582 struct ShareCall { struct
589 impl ShareCall { argument
590 fn new(call: Call, close_f: BatchFuture) -> ShareCall { in new()
636 impl ShareCallHolder for ShareCall { implementation
Dclient.rs316 fn new(call: Arc<Mutex<ShareCall>>, resp_de: DeserializeFn<T>) -> ClientCStreamReceiver<T> { in new()
422 call: Arc<Mutex<ShareCall>>, in new()
670 call: Arc<Mutex<ShareCall>>, in new()
Dserver.rs271 fn new(call: Arc<Mutex<ShareCall>>, de: DeserializeFn<T>) -> RequestStream<T> { in new()