Searched refs:grpc_gcp_RpcProtocolVersions_fields (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | transport_security_common_api.cc | 67 if (!pb_encode(&size_stream, grpc_gcp_RpcProtocolVersions_fields, versions)) { in grpc_gcp_rpc_protocol_versions_encode_length() 84 if (!pb_encode(&output_stream, grpc_gcp_RpcProtocolVersions_fields, in grpc_gcp_rpc_protocol_versions_encode_to_raw_bytes() 118 if (!pb_decode(&stream, grpc_gcp_RpcProtocolVersions_fields, versions)) { in grpc_gcp_rpc_protocol_versions_decode()
|
D | handshaker.pb.c | 34 …grpc_gcp_StartClientHandshakeReq, rpc_versions, target_name, &grpc_gcp_RpcProtocolVersions_fields), 50 …_gcp_StartServerHandshakeReq, rpc_versions, remote_endpoint, &grpc_gcp_RpcProtocolVersions_fields), 79 …_gcp_HandshakerResult, peer_rpc_versions, keep_channel_open, &grpc_gcp_RpcProtocolVersions_fields),
|
D | transport_security_common.pb.h | 58 extern const pb_field_t grpc_gcp_RpcProtocolVersions_fields[3];
|
D | transport_security_common.pb.c | 12 const pb_field_t grpc_gcp_RpcProtocolVersions_fields[3] = { variable
|
D | altscontext.pb.c | 18 …c_gcp_AltsContext, peer_rpc_versions, local_service_account, &grpc_gcp_RpcProtocolVersions_fields),
|