Lines Matching refs:InteropClient
203 grpc::testing::InteropClient client(channel_creation_func, true, in main()
208 std::bind(&grpc::testing::InteropClient::DoEmpty, &client); in main()
210 std::bind(&grpc::testing::InteropClient::DoLargeUnary, &client); in main()
212 &grpc::testing::InteropClient::DoServerCompressedUnary, &client); in main()
214 &grpc::testing::InteropClient::DoClientCompressedUnary, &client); in main()
216 std::bind(&grpc::testing::InteropClient::DoRequestStreaming, &client); in main()
218 std::bind(&grpc::testing::InteropClient::DoResponseStreaming, &client); in main()
220 &grpc::testing::InteropClient::DoServerCompressedStreaming, &client); in main()
222 &grpc::testing::InteropClient::DoClientCompressedStreaming, &client); in main()
224 &grpc::testing::InteropClient::DoResponseStreamingWithSlowConsumer, in main()
227 std::bind(&grpc::testing::InteropClient::DoHalfDuplex, &client); in main()
229 std::bind(&grpc::testing::InteropClient::DoPingPong, &client); in main()
231 std::bind(&grpc::testing::InteropClient::DoCancelAfterBegin, &client); in main()
233 &grpc::testing::InteropClient::DoCancelAfterFirstResponse, &client); in main()
235 &grpc::testing::InteropClient::DoTimeoutOnSleepingServer, &client); in main()
237 std::bind(&grpc::testing::InteropClient::DoEmptyStream, &client); in main()
239 std::bind(&grpc::testing::InteropClient::DoPickFirstUnary, &client); in main()
242 std::bind(&grpc::testing::InteropClient::DoComputeEngineCreds, &client, in main()
245 std::bind(&grpc::testing::InteropClient::DoJwtTokenCreds, &client, in main()
248 std::bind(&grpc::testing::InteropClient::DoOauth2AuthToken, &client, in main()
251 std::bind(&grpc::testing::InteropClient::DoPerRpcCreds, &client, in main()
256 std::bind(&grpc::testing::InteropClient::DoGoogleDefaultCredentials, in main()
260 std::bind(&grpc::testing::InteropClient::DoStatusWithMessage, &client); in main()
262 std::bind(&grpc::testing::InteropClient::DoCustomMetadata, &client); in main()
264 std::bind(&grpc::testing::InteropClient::DoUnimplementedMethod, &client); in main()
266 std::bind(&grpc::testing::InteropClient::DoUnimplementedService, &client); in main()
268 std::bind(&grpc::testing::InteropClient::DoCacheableUnary, &client); in main()
270 std::bind(&grpc::testing::InteropClient::DoChannelSoakTest, &client, in main()
275 std::bind(&grpc::testing::InteropClient::DoRpcSoakTest, &client, in main()
280 std::bind(&grpc::testing::InteropClient::DoLongLivedChannelTest, &client, in main()