Searched refs:r_resp (Results 1 – 2 of 2) sorted by relevance
620 grpc_gcp_handshaker_resp* r_resp) { in grpc_gcp_handshaker_resp_equals() argument624 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()
141 grpc_gcp_handshaker_resp* r_resp);