Lines Matching refs:InteropClient
105 grpc::testing::InteropClient client(channel_creation_func, true, in main()
110 std::bind(&grpc::testing::InteropClient::DoEmpty, &client); in main()
112 std::bind(&grpc::testing::InteropClient::DoLargeUnary, &client); in main()
114 &grpc::testing::InteropClient::DoServerCompressedUnary, &client); in main()
116 &grpc::testing::InteropClient::DoClientCompressedUnary, &client); in main()
118 std::bind(&grpc::testing::InteropClient::DoRequestStreaming, &client); in main()
120 std::bind(&grpc::testing::InteropClient::DoResponseStreaming, &client); in main()
122 &grpc::testing::InteropClient::DoServerCompressedStreaming, &client); in main()
124 &grpc::testing::InteropClient::DoClientCompressedStreaming, &client); in main()
126 &grpc::testing::InteropClient::DoResponseStreamingWithSlowConsumer, in main()
129 std::bind(&grpc::testing::InteropClient::DoHalfDuplex, &client); in main()
131 std::bind(&grpc::testing::InteropClient::DoPingPong, &client); in main()
133 std::bind(&grpc::testing::InteropClient::DoCancelAfterBegin, &client); in main()
135 &grpc::testing::InteropClient::DoCancelAfterFirstResponse, &client); in main()
137 &grpc::testing::InteropClient::DoTimeoutOnSleepingServer, &client); in main()
139 std::bind(&grpc::testing::InteropClient::DoEmptyStream, &client); in main()
142 std::bind(&grpc::testing::InteropClient::DoComputeEngineCreds, &client, in main()
145 std::bind(&grpc::testing::InteropClient::DoJwtTokenCreds, &client, in main()
148 std::bind(&grpc::testing::InteropClient::DoOauth2AuthToken, &client, in main()
151 std::bind(&grpc::testing::InteropClient::DoPerRpcCreds, &client, in main()
155 std::bind(&grpc::testing::InteropClient::DoStatusWithMessage, &client); in main()
157 std::bind(&grpc::testing::InteropClient::DoCustomMetadata, &client); in main()
159 std::bind(&grpc::testing::InteropClient::DoUnimplementedMethod, &client); in main()
161 std::bind(&grpc::testing::InteropClient::DoUnimplementedService, &client); in main()
163 std::bind(&grpc::testing::InteropClient::DoCacheableUnary, &client); in main()
165 std::bind(&grpc::testing::InteropClient::DoChannelSoakTest, &client, in main()
167 actions["rpc_soak"] = std::bind(&grpc::testing::InteropClient::DoRpcSoakTest, in main()
170 std::bind(&grpc::testing::InteropClient::DoLongLivedChannelTest, &client, in main()