Home
last modified time | relevance | path

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

/tonic/interop/src/
H A Dserver.rs65 req: Request<StreamingOutputCallRequest>, in streaming_output_call() argument
67 let StreamingOutputCallRequest { in streaming_output_call() localVariable
108 req: Streaming<StreamingOutputCallRequest>, in full_duplex_call() argument
148 _: Streaming<StreamingOutputCallRequest>, in half_duplex_call() argument
H A Dclient.rs112 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() argument
405 StreamingOutputCallRequest { in make_ping_pong_request()
/tonic/interop/proto/grpc/testing/
H A Dtest.proto41 rpc StreamingOutputCall(StreamingOutputCallRequest)
52 rpc FullDuplexCall(stream StreamingOutputCallRequest)
59 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
H A Dmessages.proto132 message StreamingOutputCallRequest { message