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.rs711 let close_f = accept_call!(call); in execute_unary() localVariable
737 let close_f = accept_call!(call); in execute_client_streaming() localVariable
756 let close_f = accept_call!(call); in execute_server_streaming() localVariable
784 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.rs503 close_f: BatchFuture, field
570 close_f: Option<BatchFuture>, field