Lines Matching refs:Ok
28 Ok(Response::new(Empty {})) in empty_call()
54 Ok(Response::new(res)) in unary_call()
81 Ok(Response::new( in streaming_output_call()
101 Ok(Response::new(res)) in streaming_input_call()
118 let single_message = tokio_stream::once(Ok(first_msg)); in full_duplex_call()
137 Ok(Response::new(Box::pin(stream) as Self::FullDuplexCallStream)) in full_duplex_call()
140 Ok(Response::new(Box::pin(stream) as Self::FullDuplexCallStream)) in full_duplex_call()
193 Ok(()).into() in poll_ready()
214 Ok(res in call()
215 .map(|b| b.with_trailers(async move { echo_trailer.map(Ok) })) in call()
218 Ok(res) in call()