Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc619 bool grpc_gcp_handshaker_resp_equals(grpc_gcp_handshaker_resp* l_resp, in grpc_gcp_handshaker_resp_equals() argument
623 result &= slice_equals(static_cast<grpc_slice*>(l_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()
631 if (l_resp->has_result) { in grpc_gcp_handshaker_resp_equals()
632 result &= grpc_gcp_handshaker_resp_result_equals(&l_resp->result, in grpc_gcp_handshaker_resp_equals()
635 if (l_resp->has_status) { in grpc_gcp_handshaker_resp_equals()
636 result &= (l_resp->status.code == r_resp->status.code); in grpc_gcp_handshaker_resp_equals()
638 slice_equals(static_cast<grpc_slice*>(l_resp->status.details.arg), in grpc_gcp_handshaker_resp_equals()
Dalts_handshaker_service_api_test_lib.h140 bool grpc_gcp_handshaker_resp_equals(grpc_gcp_handshaker_resp* l_resp,