Home
last modified time | relevance | path

Searched refs:accept_call (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio/src/call/
Dserver.rs681 macro_rules! accept_call { macro
702 let close_f = accept_call!(call); in execute_unary()
728 let close_f = accept_call!(call); in execute_client_streaming()
747 let close_f = accept_call!(call); in execute_server_streaming()
775 let close_f = accept_call!(call); in execute_duplex_streaming()
788 accept_call!(call); in execute_unimplemented()