Searched refs:client_stream (Results 1 – 5 of 5) sorted by relevance
39 c1.client_stream(input_stream()), in smoke_client_stream()40 c2.client_stream(input_stream()), in smoke_client_stream()41 c3.client_stream(input_stream()), in smoke_client_stream()42 c4.client_stream(input_stream()), in smoke_client_stream()
33 .client_stream(echo_requests_iter().take(5)) in test_default_stubs()66 .client_stream(echo_requests_iter().take(5)) in test_default_stubs()
32 async fn client_stream(&self, _: Request<Streaming<()>>) -> Result<Response<()>, Status> { in client_stream() method
49 async fn client_stream( in client_stream() method
22 mod client_stream; module