Searched refs:grpc_gcp_Endpoint_msginit (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/ |
D | handshaker.upb.c | 22 const upb_msglayout grpc_gcp_Endpoint_msginit = { variable 56 &grpc_gcp_Endpoint_msginit, 96 &grpc_gcp_Endpoint_msginit,
|
D | handshaker.upb.h | 47 extern const upb_msglayout grpc_gcp_Endpoint_msginit; 78 return (grpc_gcp_Endpoint *)_upb_msg_new(&grpc_gcp_Endpoint_msginit, arena); in grpc_gcp_Endpoint_new() 83 return (ret && upb_decode(buf, size, ret, &grpc_gcp_Endpoint_msginit, arena)) ? ret : NULL; in grpc_gcp_Endpoint_parse() 88 return (ret && _upb_decode(buf, size, ret, &grpc_gcp_Endpoint_msginit, arena, options)) in grpc_gcp_Endpoint_parse_ex() 92 return upb_encode(msg, &grpc_gcp_Endpoint_msginit, arena, len); in grpc_gcp_Endpoint_serialize() 265 sub = (struct grpc_gcp_Endpoint*)_upb_msg_new(&grpc_gcp_Endpoint_msginit, arena); in grpc_gcp_StartClientHandshakeReq_mutable_local_endpoint() 278 sub = (struct grpc_gcp_Endpoint*)_upb_msg_new(&grpc_gcp_Endpoint_msginit, arena); in grpc_gcp_StartClientHandshakeReq_mutable_remote_endpoint() 410 sub = (struct grpc_gcp_Endpoint*)_upb_msg_new(&grpc_gcp_Endpoint_msginit, arena); in grpc_gcp_StartServerHandshakeReq_mutable_local_endpoint() 423 sub = (struct grpc_gcp_Endpoint*)_upb_msg_new(&grpc_gcp_Endpoint_msginit, arena); in grpc_gcp_StartServerHandshakeReq_mutable_remote_endpoint()
|
/third_party/grpc/src/core/ext/upbdefs-generated/src/proto/grpc/gcp/ |
D | handshaker.upbdefs.c | 13 extern const upb_msglayout grpc_gcp_Endpoint_msginit; 27 &grpc_gcp_Endpoint_msginit,
|