Searched refs:StreamingOutputCallRequest (Results 1 – 4 of 4) sorted by relevance
65 req: Request<StreamingOutputCallRequest>, in streaming_output_call() argument67 let StreamingOutputCallRequest { in streaming_output_call() localVariable108 req: Streaming<StreamingOutputCallRequest>, in full_duplex_call() argument148 _: Streaming<StreamingOutputCallRequest>, in half_duplex_call() argument
112 let req = StreamingOutputCallRequest { in server_streaming()262 let duplex_req = StreamingOutputCallRequest { in status_code_and_message()402 fn make_ping_pong_request(idx: usize) -> StreamingOutputCallRequest { in make_ping_pong_request() argument405 StreamingOutputCallRequest { in make_ping_pong_request()
41 rpc StreamingOutputCall(StreamingOutputCallRequest)52 rpc FullDuplexCall(stream StreamingOutputCallRequest)59 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
132 message StreamingOutputCallRequest { message