Home
last modified time | relevance | path

Searched refs:a_bidi_rpc (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/ruby/spec/
Dclient_auth_spec.rb71 def a_bidi_rpc(requests, call) method in SslTestService
123 responses = @stub.a_bidi_rpc([EchoMsg.new, EchoMsg.new])
/third_party/grpc/src/ruby/spec/generic/
Dclient_interceptors_spec.rb128 responses = stub.a_bidi_rpc(requests)
145 responses = stub.a_bidi_rpc(requests)
Dserver_interceptors_spec.rb151 responses = stub.a_bidi_rpc(requests)
168 op = stub.a_bidi_rpc(requests, client_call_opts)
Drpc_server_spec.rb138 def a_bidi_rpc(requests, call) method in CheckCallAfterFinishedService
737 responses = stub.a_bidi_rpc(requests)
/third_party/grpc/src/ruby/spec/support/
Dservices.rb71 def a_bidi_rpc(requests, call) method in EchoService