Searched refs:AssertStatusOk (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/test/cpp/interop/ |
D | interop_client.cc | 118 bool InteropClient::AssertStatusOk(const Status& s, in AssertStatusOk() function in grpc::testing::InteropClient 162 if (!AssertStatusOk(s, context.debug_error_string())) { in DoEmpty() 192 if (!AssertStatusOk(s, context.debug_error_string())) { in PerformLargeUnary() 242 if (!AssertStatusOk(s, context.debug_error_string())) { in DoOauth2AuthToken() 270 if (!AssertStatusOk(s, context.debug_error_string())) { in DoPerRpcCreds() 413 if (!AssertStatusOk(s, context.debug_error_string())) { in DoRequestStreaming() 452 if (!AssertStatusOk(s, context.debug_error_string())) { in DoResponseStreaming() 517 if (!AssertStatusOk(s, context.debug_error_string())) { in DoClientCompressedStreaming() 579 if (!AssertStatusOk(s, context.debug_error_string())) { in DoServerCompressedStreaming() 620 if (!AssertStatusOk(s, context.debug_error_string())) { in DoResponseStreamingWithSlowConsumer() [all …]
|
D | interop_client.h | 121 bool AssertStatusOk(const Status& s,
|