Home
last modified time | relevance | path

Searched refs:create_stub (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dclient.py156 def create_stub(channel, args): function
174 stub = create_stub(channel, args)
/third_party/grpc/test/cpp/qps/
Dclient.h428 create_stub) in ClientImpl()
429 : cores_(gpr_cpu_num_cores()), create_stub_(create_stub) { in ClientImpl()
508 create_stub, in ClientChannelInfo()
537 stub_ = create_stub(channel_); in ClientChannelInfo()
Dclient_async.cc166 create_stub) in AsyncClient()
167 : ClientImpl<StubType, RequestType>(config, create_stub), in AsyncClient()
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dclient.py53 stub = interop_client_lib.create_stub(channel, args)
/third_party/grpc/src/ruby/pb/test/
Dxds_client.rb92 def create_stub(opts) method
370 stub = create_stub(opts)
Dclient.rb97 def create_stub(opts) method
762 stub = create_stub(opts)
/third_party/grpc/src/ruby/stress/
Dstress_client.rb77 stub = create_stub(client_args)