Home
last modified time | relevance | path

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

/tonic/interop/src/
H A Dserver.rs65 req: Request<StreamingOutputCallRequest>, in streaming_output_call()
67 let StreamingOutputCallRequest { in streaming_output_call() localVariable
108 req: Streaming<StreamingOutputCallRequest>, in full_duplex_call()
148 _: Streaming<StreamingOutputCallRequest>, in half_duplex_call()
H A Dclient.rs402 fn make_ping_pong_request(idx: usize) -> StreamingOutputCallRequest { in make_ping_pong_request()
/tonic/interop/proto/grpc/testing/
H A Dmessages.proto132 message StreamingOutputCallRequest { message