Home
last modified time | relevance | path

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

/tonic/tests/integration_tests/proto/
H A Dstream.proto6 rpc StreamCall(InputStream) returns (stream OutputStream);
9 message InputStream {} message
/tonic/tests/integration_tests/tests/
H A Dstatus.rs6 test_client, test_server, test_stream_client, test_stream_server, Input, InputStream, Output,
154 _: Request<InputStream>, in status_from_server_stream() argument
185 .stream_call(InputStream {}) in status_from_server_stream()
206 let error = client.stream_call(InputStream {}).await.unwrap_err(); in status_from_server_stream_with_source()
224 _: Request<InputStream>, in message_and_then_status_from_server_stream() argument
255 .stream_call(InputStream {}) in message_and_then_status_from_server_stream()
H A Dstreams.rs1 use integration_tests::pb::{test_stream_server, InputStream, OutputStream};
19 _: Request<InputStream>, in status_from_server_stream_with_source() argument