Home
last modified time | relevance | path

Searched refs:CreateChannelForTestCase (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dclient.cc95 using grpc::testing::CreateChannelForTestCase;
104 std::bind(&CreateChannelForTestCase, FLAGS_test_case); in main()
Dclient_helper.h39 std::shared_ptr<Channel> CreateChannelForTestCase(
Dclient_helper.cc81 std::shared_ptr<Channel> CreateChannelForTestCase( in CreateChannelForTestCase() function