Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc620 grpc_gcp_handshaker_resp* r_resp) { in grpc_gcp_handshaker_resp_equals() argument
624 static_cast<grpc_slice*>(r_resp->out_frames.arg)); in grpc_gcp_handshaker_resp_equals()
625 result &= (l_resp->bytes_consumed == r_resp->bytes_consumed); in grpc_gcp_handshaker_resp_equals()
627 if ((l_resp->has_result ^ r_resp->has_result) | in grpc_gcp_handshaker_resp_equals()
628 (l_resp->has_status ^ r_resp->has_status)) { in grpc_gcp_handshaker_resp_equals()
633 &r_resp->result); in grpc_gcp_handshaker_resp_equals()
636 result &= (l_resp->status.code == r_resp->status.code); in grpc_gcp_handshaker_resp_equals()
639 static_cast<grpc_slice*>(r_resp->status.details.arg)); in grpc_gcp_handshaker_resp_equals()
Dalts_handshaker_service_api_test_lib.h141 grpc_gcp_handshaker_resp* r_resp);