Searched refs:grpc_lb_v1_ServerList_msginit (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/core/ext/upbdefs-generated/src/proto/grpc/lb/v1/ |
D | load_balancer.upbdefs.c | 20 extern const upb_msglayout grpc_lb_v1_ServerList_msginit; 31 &grpc_lb_v1_ServerList_msginit,
|
/third_party/grpc/src/core/ext/upb-generated/src/proto/grpc/lb/v1/ |
D | load_balancer.upb.c | 77 &grpc_lb_v1_ServerList_msginit, 115 const upb_msglayout grpc_lb_v1_ServerList_msginit = { variable
|
D | load_balancer.upb.h | 47 extern const upb_msglayout grpc_lb_v1_ServerList_msginit; 290 sub = (struct grpc_lb_v1_ServerList*)_upb_msg_new(&grpc_lb_v1_ServerList_msginit, arena); in grpc_lb_v1_LoadBalanceResponse_mutable_server_list() 353 return (grpc_lb_v1_ServerList *)_upb_msg_new(&grpc_lb_v1_ServerList_msginit, arena); in grpc_lb_v1_ServerList_new() 358 return (ret && upb_decode(buf, size, ret, &grpc_lb_v1_ServerList_msginit, arena)) ? ret : NULL; in grpc_lb_v1_ServerList_parse() 363 return (ret && _upb_decode(buf, size, ret, &grpc_lb_v1_ServerList_msginit, arena, options)) in grpc_lb_v1_ServerList_parse_ex() 367 return upb_encode(msg, &grpc_lb_v1_ServerList_msginit, arena, len); in grpc_lb_v1_ServerList_serialize()
|