/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
handshaker.pb.c | 28 PB_FIELD( 3, STRING , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, record_protocols, application_protocols, 0), 29 PB_FIELD( 4, MESSAGE , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, target_identities, record_protocols, &grpc_gcp_Identity_fields), 39 PB_FIELD( 1, STRING , REPEATED, CALLBACK, FIRST, grpc_gcp_ServerHandshakeParameters, record_protocols, record_protocols, 0), 40 PB_FIELD( 2, MESSAGE , REPEATED, CALLBACK, OTHER, grpc_gcp_ServerHandshakeParameters, local_identities, record_protocols, &grpc_gcp_Identity_fields),
|
alts_handshaker_service_api.cc | 58 static_cast<repeated_field*>(req->client_start.record_protocols.arg)); 83 .value.record_protocols.arg)); 167 &req->client_start.record_protocols.arg), 169 req->client_start.record_protocols.funcs.encode = encode_repeated_string_cb; 387 reinterpret_cast<repeated_field**>(¶m->record_protocols.arg), slice); 388 param->record_protocols.funcs.encode = &encode_repeated_string_cb;
|
handshaker.pb.h | 49 pb_callback_t record_protocols; member in struct:_grpc_gcp_ServerHandshakeParameters 108 pb_callback_t record_protocols; member in struct:_grpc_gcp_StartClientHandshakeReq
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
alts_handshaker_service_api_test_lib.cc | 34 req->client_start.record_protocols.funcs.decode = 54 .value.record_protocols.funcs.decode = &decode_repeated_string_cb; 473 /* Compare application_protocols, record_protocols, and target_identities. */ 478 static_cast<const repeated_field*>(l_req->record_protocols.arg), 479 static_cast<const repeated_field*>(r_req->record_protocols.arg)); 530 l_req->handshake_parameters[i].value.record_protocols.arg), 532 r_req->handshake_parameters[j].value.record_protocols.arg));
|
alts_handshaker_client_test.cc | 178 data = (static_cast<repeated_field*>(req->client_start.record_protocols.arg)) 226 .value.record_protocols.arg))
|