Home
last modified time | relevance | path

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

/tonic/tests/integration_tests/tests/
H A Dstatus.rs152 async fn stream_call( in status_from_server_stream() method
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()
222 async fn stream_call( in message_and_then_status_from_server_stream() method
255 .stream_call(InputStream {}) in message_and_then_status_from_server_stream()
H A Droutes_builder.rs40 async fn stream_call( in multiple_service_using_routes_builder() method
94 .stream_call(Input1 { in multiple_service_using_routes_builder()
H A Dmax_message_size.rs134 async fn stream_call( in response_stream_limit() method
184 let mut stream = client.stream_call(req).await.unwrap().into_inner(); in response_stream_limit()
293 async fn stream_call( in max_message_run() method
H A Dstreams.rs17 async fn stream_call( in status_from_server_stream_with_source() method