Home
last modified time | relevance | path

Searched defs:create_stub (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dclient.py156 def create_stub(channel, args): function
/third_party/grpc/src/ruby/pb/test/
Dxds_client.rb92 def create_stub(opts) method
Dclient.rb97 def create_stub(opts) method
/third_party/grpc/test/cpp/qps/
Dclient.h427 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in ClientImpl()
507 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in ClientChannelInfo()
Dclient_async.cc165 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in AsyncClient()