Searched refs:grpc_gcp_Endpoint (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | handshaker.pb.h | 61 } grpc_gcp_Endpoint; typedef 113 grpc_gcp_Endpoint local_endpoint; 115 grpc_gcp_Endpoint remote_endpoint; 128 grpc_gcp_Endpoint local_endpoint; 130 grpc_gcp_Endpoint remote_endpoint;
|
D | handshaker.pb.c | 13 … PB_FIELD( 1, STRING , OPTIONAL, CALLBACK, FIRST, grpc_gcp_Endpoint, ip_address, ip_address, 0), 14 PB_FIELD( 2, INT32 , OPTIONAL, STATIC , OTHER, grpc_gcp_Endpoint, port, ip_address, 0), 15 PB_FIELD( 3, UENUM , OPTIONAL, STATIC , OTHER, grpc_gcp_Endpoint, protocol, port, 0),
|
D | alts_handshaker_service_api_util.h | 46 typedef grpc_gcp_Endpoint grpc_gcp_endpoint;
|