Searched refs:grpc_gcp_HandshakerResp_msginit (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/core/ext/upbdefs-generated/src/proto/grpc/gcp/ |
D | handshaker.upbdefs.c | 24 extern const upb_msglayout grpc_gcp_HandshakerResp_msginit; 38 &grpc_gcp_HandshakerResp_msginit,
|
/third_party/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/ |
D | handshaker.upb.c | 205 const upb_msglayout grpc_gcp_HandshakerResp_msginit = { variable
|
D | handshaker.upb.h | 58 extern const upb_msglayout grpc_gcp_HandshakerResp_msginit; 682 return (grpc_gcp_HandshakerResp *)_upb_msg_new(&grpc_gcp_HandshakerResp_msginit, arena); in grpc_gcp_HandshakerResp_new() 687 return (ret && upb_decode(buf, size, ret, &grpc_gcp_HandshakerResp_msginit, arena)) ? ret : NULL; in grpc_gcp_HandshakerResp_parse() 692 return (ret && _upb_decode(buf, size, ret, &grpc_gcp_HandshakerResp_msginit, arena, options)) in grpc_gcp_HandshakerResp_parse_ex() 696 return upb_encode(msg, &grpc_gcp_HandshakerResp_msginit, arena, len); in grpc_gcp_HandshakerResp_serialize()
|