Searched refs:stream_call (Results 1 – 4 of 4) sorted by relevance
152 async fn stream_call( in status_from_server_stream() method185 .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() method255 .stream_call(InputStream {}) in message_and_then_status_from_server_stream()
40 async fn stream_call( in multiple_service_using_routes_builder() method94 .stream_call(Input1 { in multiple_service_using_routes_builder()
134 async fn stream_call( in response_stream_limit() method184 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
17 async fn stream_call( in status_from_server_stream_with_source() method