Searched refs:StreamingInputCallRequest (Results 1 – 4 of 4) sorted by relevance
46 rpc StreamingInputCall(stream StreamingInputCallRequest)
96 message StreamingInputCallRequest { message
88 req: Streaming<StreamingInputCallRequest>, in streaming_input_call() argument
85 let requests = REQUEST_LENGTHS.iter().map(|len| StreamingInputCallRequest { in client_streaming()