Searched refs:SimpleClient (Results 1 – 1 of 1) sorted by relevance
59 class SimpleClient : public ClientBase<SimpleClient> { class61 explicit SimpleClient(std::unique_ptr<ClientChannel> channel) in SimpleClient() function in __anon65037a690111::SimpleClient63 SimpleClient(std::unique_ptr<ClientChannelFactory> channel_factory, in SimpleClient() function in __anon65037a690111::SimpleClient93 : client_{SimpleClient::Create( in ClientChannelTest()100 std::unique_ptr<SimpleClient> client_;110 client_ = SimpleClient::Create(std::move(factory), kTimeout); in ClientChannelFactoryTest()134 std::unique_ptr<SimpleClient> client_;346 client_ = SimpleClient::Create(std::move(factory), kTimeout); in TEST_F()