Searched refs:client_opts (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/ruby/spec/support/ |
D | helpers.rb | 33 client_opts: {}) argument 37 @client_opts = client_opts
|
/third_party/grpc/src/ruby/spec/generic/ |
D | rpc_server_spec.rb | 319 **client_opts) 334 **client_opts) 351 stub = EchoStub.new(@host, :this_channel_is_insecure, **client_opts) 373 stub = EchoStub.new(@host, :this_channel_is_insecure, **client_opts) 385 stub = EchoStub.new(@host, :this_channel_is_insecure, **client_opts) 400 stub = SlowStub.new(@host, :this_channel_is_insecure, **client_opts) 447 **client_opts) 483 stub = EchoStub.new(@host, :this_channel_is_insecure, **client_opts) 530 stub = BidiStub.new(@host, :this_channel_is_insecure, **client_opts)
|
/third_party/grpc/src/ruby/spec/ |
D | client_auth_spec.rb | 93 client_opts = { 100 **client_opts)
|