HomeSort by relevance Sort by last modified time
    Searched refs:a_bidi_rpc (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/ruby/spec/
client_auth_spec.rb 48 rpc :a_bidi_rpc, stream(EchoMsg), stream(EchoMsg)
71 def a_bidi_rpc(requests, call) method in class:SslTestService
123 responses = @stub.a_bidi_rpc([EchoMsg.new, EchoMsg.new])
  /external/grpc-grpc/src/ruby/spec/support/
services.rb 35 rpc :a_bidi_rpc, stream(EchoMsg), stream(EchoMsg)
64 def a_bidi_rpc(requests, call) method in class:EchoService
  /external/grpc-grpc/src/ruby/spec/generic/
client_interceptors_spec.rb 128 responses = stub.a_bidi_rpc(requests)
145 responses = stub.a_bidi_rpc(requests)
server_interceptors_spec.rb 151 responses = stub.a_bidi_rpc(requests)
168 op = stub.a_bidi_rpc(requests, client_call_opts)
rpc_server_spec.rb 115 rpc :a_bidi_rpc, stream(EchoMsg), stream(EchoMsg)
138 def a_bidi_rpc(requests, call) method in class:CheckCallAfterFinishedService
715 responses = stub.a_bidi_rpc(requests)

Completed in 209 milliseconds