Searched defs:create_stub (Results 1 – 3 of 3) sorted by relevance
422 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in ClientImpl()452 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in ClientChannelInfo()
165 std::function<std::unique_ptr<StubType>(std::shared_ptr<Channel>)> in AsyncClient()
97 def create_stub(opts) method