Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dserver.rs733 let close_f = accept_call!(call); in execute_unary() localVariable
759 let close_f = accept_call!(call); in execute_client_streaming() localVariable
778 let close_f = accept_call!(call); in execute_server_streaming() localVariable
806 let close_f = accept_call!(call); in execute_duplex_streaming() localVariable
Dmod.rs584 close_f: BatchFuture, field
651 close_f: Option<BatchFuture>, field
Dclient.rs415 close_f: Option<BatchFuture>, field
500 let close_f = call.call.start_send_close_client()?; in poll_close() localVariable