Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dclient.py203 def create_stub(channel, args): function
/external/grpc-grpc/src/ruby/pb/test/
Dxds_client.rb91 def create_stub(opts) method
Dclient.rb97 def create_stub(opts) method
/external/grpc-grpc/test/cpp/qps/
Dclient.h438 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in ClientImpl()
516 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in ClientChannelInfo()
Dclient_async.cc168 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in AsyncClient()