Searched refs:into_streaming_request (Results 1 – 4 of 4) sorted by relevance
98 fn into_streaming_request(self) -> Request<Self::Stream>; in into_streaming_request() method374 fn into_streaming_request(self) -> Request<Self> { in into_streaming_request() function386 fn into_streaming_request(self) -> Self { in into_streaming_request() function
307 let mut req = request.into_streaming_request(); in generate_client_streaming()338 let mut req = request.into_streaming_request(); in generate_streaming()
250 let mut req = request.into_streaming_request(); in server_reflection_info()