Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc321 static bool slice_equals(grpc_slice* l_slice, grpc_slice* r_slice) { in slice_equals() function
336 return slice_equals(static_cast<grpc_slice*>(l_id->hostname.arg), in handshaker_identity_equals()
345 return slice_equals(static_cast<grpc_slice*>(l_id->service_account.arg), in handshaker_identity_equals()
378 result &= slice_equals(static_cast<grpc_slice*>(l_end->ip_address.arg), in handshaker_endpoint_equals()
408 if (slice_equals((grpc_slice*)field->data, (grpc_slice*)target->data)) { in repeated_field_list_contains_string()
545 result &= slice_equals(static_cast<grpc_slice*>(l_req->in_bytes.arg), in grpc_gcp_handshaker_server_start_req_equals()
570 return slice_equals(static_cast<grpc_slice*>(l_req->next.in_bytes.arg), in grpc_gcp_handshaker_req_equals()
588 result &= slice_equals( in grpc_gcp_handshaker_resp_result_equals()
592 slice_equals(static_cast<grpc_slice*>(l_result->record_protocol.arg), in grpc_gcp_handshaker_resp_result_equals()
594 result &= slice_equals(static_cast<grpc_slice*>(l_result->key_data.arg), in grpc_gcp_handshaker_resp_result_equals()
[all …]