Lines Matching refs:EchoMsg
45 rpc :an_rpc, EchoMsg, EchoMsg
46 rpc :a_client_streaming_rpc, stream(EchoMsg), EchoMsg
47 rpc :a_server_streaming_rpc, EchoMsg, stream(EchoMsg)
48 rpc :a_bidi_rpc, stream(EchoMsg), stream(EchoMsg)
63 EchoMsg.new
68 [EchoMsg.new, EchoMsg.new]
74 [EchoMsg.new, EchoMsg.new]
110 @stub.an_rpc(EchoMsg.new)
114 @stub.a_client_streaming_rpc([EchoMsg.new, EchoMsg.new])
118 responses = @stub.a_server_streaming_rpc(EchoMsg.new)
123 responses = @stub.a_bidi_rpc([EchoMsg.new, EchoMsg.new])