Home
last modified time | relevance | path

Searched refs:AssertStatusOk (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dinterop_client.cc123 bool InteropClient::AssertStatusOk(const Status& s, in AssertStatusOk() function in grpc::testing::InteropClient
166 if (!AssertStatusOk(s, context.debug_error_string())) { in DoEmpty()
196 if (!AssertStatusOk(s, context.debug_error_string())) { in PerformLargeUnary()
246 if (!AssertStatusOk(s, context.debug_error_string())) { in DoOauth2AuthToken()
274 if (!AssertStatusOk(s, context.debug_error_string())) { in DoPerRpcCreds()
435 if (!AssertStatusOk(s, context.debug_error_string())) { in DoRequestStreaming()
474 if (!AssertStatusOk(s, context.debug_error_string())) { in DoResponseStreaming()
539 if (!AssertStatusOk(s, context.debug_error_string())) { in DoClientCompressedStreaming()
600 if (!AssertStatusOk(s, context.debug_error_string())) { in DoServerCompressedStreaming()
641 if (!AssertStatusOk(s, context.debug_error_string())) { in DoResponseStreamingWithSlowConsumer()
[all …]
Dinterop_client.h129 bool AssertStatusOk(const Status& s,