Searched refs:a_client_streaming_rpc (Results 1 – 5 of 5) sorted by relevance
60 def a_client_streaming_rpc(call) method in SslTestService114 @stub.a_client_streaming_rpc([EchoMsg.new, EchoMsg.new])
64 expect(stub.a_client_streaming_rpc(requests)).to be_a(EchoMsg)78 expect(stub.a_client_streaming_rpc(requests)).to be_a(EchoMsg)
76 expect(stub.a_client_streaming_rpc(requests)).to be_a(EchoMsg)90 op = stub.a_client_streaming_rpc(requests, client_call_opts)
124 def a_client_streaming_rpc(call) method in CheckCallAfterFinishedService689 resp = stub.a_client_streaming_rpc(requests)
50 def a_client_streaming_rpc(call) method in EchoService