Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/call/
Dserver.rs702 let close_f = accept_call!(call); in execute_unary() localVariable
728 let close_f = accept_call!(call); in execute_client_streaming() localVariable
747 let close_f = accept_call!(call); in execute_server_streaming() localVariable
775 let close_f = accept_call!(call); in execute_duplex_streaming() localVariable
Dclient.rs319 close_f: Option<BatchFuture>, field
398 let close_f = call.call.start_send_close_client()?; in poll_close() localVariable
Dmod.rs446 close_f: BatchFuture, field
513 close_f: Option<BatchFuture>, field