• Home
  • Raw
  • Download

Lines Matching refs:InteropClient

77 InteropClient::ServiceStub::ServiceStub(  in ServiceStub()
89 TestService::Stub* InteropClient::ServiceStub::Get() { in Get()
98 InteropClient::ServiceStub::GetUnimplementedServiceStub() { in GetUnimplementedServiceStub()
105 void InteropClient::ServiceStub::ResetChannel() { in ResetChannel()
112 InteropClient::InteropClient(ChannelCreationFunc channel_creation_func, in InteropClient() function in grpc::testing::InteropClient
118 bool InteropClient::AssertStatusOk(const Status& s, in AssertStatusOk()
131 bool InteropClient::AssertStatusCode( in AssertStatusCode()
153 bool InteropClient::DoEmpty() { in DoEmpty()
170 bool InteropClient::PerformLargeUnary(SimpleRequest* request, in PerformLargeUnary()
175 bool InteropClient::PerformLargeUnary(SimpleRequest* request, in PerformLargeUnary()
204 bool InteropClient::DoComputeEngineCreds( in DoComputeEngineCreds()
229 bool InteropClient::DoOauth2AuthToken(const grpc::string& username, in DoOauth2AuthToken()
255 bool InteropClient::DoPerRpcCreds(const grpc::string& json_key) { in DoPerRpcCreds()
280 bool InteropClient::DoJwtTokenCreds(const grpc::string& username) { in DoJwtTokenCreds()
297 bool InteropClient::DoLargeUnary() { in DoLargeUnary()
308 bool InteropClient::DoClientCompressedUnary() { in DoClientCompressedUnary()
354 bool InteropClient::DoServerCompressedUnary() { in DoServerCompressedUnary()
382 bool InteropClient::TransientFailureOrAbort() { in TransientFailureOrAbort()
390 bool InteropClient::DoRequestStreaming() { in DoRequestStreaming()
421 bool InteropClient::DoResponseStreaming() { in DoResponseStreaming()
460 bool InteropClient::DoClientCompressedStreaming() { in DoClientCompressedStreaming()
524 bool InteropClient::DoServerCompressedStreaming() { in DoServerCompressedStreaming()
585 bool InteropClient::DoResponseStreamingWithSlowConsumer() { in DoResponseStreamingWithSlowConsumer()
628 bool InteropClient::DoHalfDuplex() { in DoHalfDuplex()
675 bool InteropClient::DoPingPong() { in DoPingPong()
719 bool InteropClient::DoCancelAfterBegin() { in DoCancelAfterBegin()
742 bool InteropClient::DoCancelAfterFirstResponse() { in DoCancelAfterFirstResponse()
775 bool InteropClient::DoTimeoutOnSleepingServer() { in DoTimeoutOnSleepingServer()
801 bool InteropClient::DoEmptyStream() { in DoEmptyStream()
821 bool InteropClient::DoStatusWithMessage() { in DoStatusWithMessage()
867 bool InteropClient::DoCacheableUnary() { in DoCacheableUnary()
932 bool InteropClient::DoCustomMetadata() { in DoCustomMetadata()
1023 bool InteropClient::DoRpcSoakTest(int32_t soak_iterations) { in DoRpcSoakTest()
1038 bool InteropClient::DoChannelSoakTest(int32_t soak_iterations) { in DoChannelSoakTest()
1055 bool InteropClient::DoLongLivedChannelTest(int32_t soak_iterations, in DoLongLivedChannelTest()
1083 bool InteropClient::DoUnimplementedService() { in DoUnimplementedService()
1103 bool InteropClient::DoUnimplementedMethod() { in DoUnimplementedMethod()