Searched refs:grpc_gcp_Identity_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 | 38 const upb_msglayout grpc_gcp_Identity_msginit = { variable 57 &grpc_gcp_Identity_msginit, 81 &grpc_gcp_Identity_msginit, 161 &grpc_gcp_Identity_msginit,
|
D | handshaker.upb.h | 48 extern const upb_msglayout grpc_gcp_Identity_msginit; 112 return (grpc_gcp_Identity *)_upb_msg_new(&grpc_gcp_Identity_msginit, arena); in grpc_gcp_Identity_new() 117 return (ret && upb_decode(buf, size, ret, &grpc_gcp_Identity_msginit, arena)) ? ret : NULL; in grpc_gcp_Identity_parse() 122 return (ret && _upb_decode(buf, size, ret, &grpc_gcp_Identity_msginit, arena, options)) in grpc_gcp_Identity_parse_ex() 126 return upb_encode(msg, &grpc_gcp_Identity_msginit, arena, len); in grpc_gcp_Identity_serialize() 239 …rpc_gcp_Identity* sub = (struct grpc_gcp_Identity*)_upb_msg_new(&grpc_gcp_Identity_msginit, arena); in grpc_gcp_StartClientHandshakeReq_add_target_identities() 252 sub = (struct grpc_gcp_Identity*)_upb_msg_new(&grpc_gcp_Identity_msginit, arena); in grpc_gcp_StartClientHandshakeReq_mutable_local_identity() 345 …rpc_gcp_Identity* sub = (struct grpc_gcp_Identity*)_upb_msg_new(&grpc_gcp_Identity_msginit, arena); in grpc_gcp_ServerHandshakeParameters_add_local_identities() 610 sub = (struct grpc_gcp_Identity*)_upb_msg_new(&grpc_gcp_Identity_msginit, arena); in grpc_gcp_HandshakerResult_mutable_peer_identity() 623 sub = (struct grpc_gcp_Identity*)_upb_msg_new(&grpc_gcp_Identity_msginit, arena); in grpc_gcp_HandshakerResult_mutable_local_identity()
|
/third_party/grpc/src/core/ext/upbdefs-generated/src/proto/grpc/gcp/ |
D | handshaker.upbdefs.c | 14 extern const upb_msglayout grpc_gcp_Identity_msginit; 28 &grpc_gcp_Identity_msginit,
|