Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/
Dhandshaker.upb.h23 struct grpc_gcp_Endpoint;
35 typedef struct grpc_gcp_Endpoint grpc_gcp_Endpoint; typedef
77 UPB_INLINE grpc_gcp_Endpoint *grpc_gcp_Endpoint_new(upb_arena *arena) { in grpc_gcp_Endpoint_new()
78 return (grpc_gcp_Endpoint *)_upb_msg_new(&grpc_gcp_Endpoint_msginit, arena); in grpc_gcp_Endpoint_new()
80 UPB_INLINE grpc_gcp_Endpoint *grpc_gcp_Endpoint_parse(const char *buf, size_t size, in grpc_gcp_Endpoint_parse()
82 grpc_gcp_Endpoint *ret = grpc_gcp_Endpoint_new(arena); in grpc_gcp_Endpoint_parse()
85 UPB_INLINE grpc_gcp_Endpoint *grpc_gcp_Endpoint_parse_ex(const char *buf, size_t size, in grpc_gcp_Endpoint_parse_ex()
87 grpc_gcp_Endpoint *ret = grpc_gcp_Endpoint_new(arena); in grpc_gcp_Endpoint_parse_ex()
91 UPB_INLINE char *grpc_gcp_Endpoint_serialize(const grpc_gcp_Endpoint *msg, upb_arena *arena, size_t… in grpc_gcp_Endpoint_serialize()
95 UPB_INLINE upb_strview grpc_gcp_Endpoint_ip_address(const grpc_gcp_Endpoint *msg) { return *UPB_PTR… in grpc_gcp_Endpoint_ip_address()
[all …]
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.h61 } 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;
Dhandshaker.pb.c13 … 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),
Dalts_handshaker_service_api_util.h46 typedef grpc_gcp_Endpoint grpc_gcp_endpoint;