Searched refs:grpc_lb_v1_Server (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/lb/v1/ |
D | load_balancer.upb.h | 30 struct grpc_lb_v1_Server; 39 typedef struct grpc_lb_v1_Server grpc_lb_v1_Server; typedef 371 …E const grpc_lb_v1_Server* const* grpc_lb_v1_ServerList_servers(const grpc_lb_v1_ServerList *msg, … in grpc_lb_v1_ServerList_servers() 373 UPB_INLINE grpc_lb_v1_Server** grpc_lb_v1_ServerList_mutable_servers(grpc_lb_v1_ServerList *msg, si… in grpc_lb_v1_ServerList_mutable_servers() 374 return (grpc_lb_v1_Server**)_upb_array_mutable_accessor(msg, UPB_SIZE(0, 0), len); in grpc_lb_v1_ServerList_mutable_servers() 376 UPB_INLINE grpc_lb_v1_Server** grpc_lb_v1_ServerList_resize_servers(grpc_lb_v1_ServerList *msg, siz… in grpc_lb_v1_ServerList_resize_servers() 377 …return (grpc_lb_v1_Server**)_upb_array_resize_accessor2(msg, UPB_SIZE(0, 0), len, UPB_SIZE(2, 3), … in grpc_lb_v1_ServerList_resize_servers() 379 UPB_INLINE struct grpc_lb_v1_Server* grpc_lb_v1_ServerList_add_servers(grpc_lb_v1_ServerList *msg, … in grpc_lb_v1_ServerList_add_servers() 380 …struct grpc_lb_v1_Server* sub = (struct grpc_lb_v1_Server*)_upb_msg_new(&grpc_lb_v1_Server_msginit… in grpc_lb_v1_ServerList_add_servers() 389 UPB_INLINE grpc_lb_v1_Server *grpc_lb_v1_Server_new(upb_arena *arena) { in grpc_lb_v1_Server_new() [all …]
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/ |
D | load_balancer.pb.c | 57 … PB_FIELD( 1, BYTES , OPTIONAL, STATIC , FIRST, grpc_lb_v1_Server, ip_address, ip_address, 0), 58 PB_FIELD( 2, INT32 , OPTIONAL, STATIC , OTHER, grpc_lb_v1_Server, port, ip_address, 0), 59 …PB_FIELD( 3, STRING , OPTIONAL, STATIC , OTHER, grpc_lb_v1_Server, load_balance_token, port, 0), 60 …PB_FIELD( 4, BOOL , OPTIONAL, STATIC , OTHER, grpc_lb_v1_Server, drop, load_balance_token, 0),
|
D | load_balancer.pb.h | 71 } grpc_lb_v1_Server; typedef
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | load_balancer_api.h | 35 typedef grpc_lb_v1_Server grpc_grpclb_server;
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | load_balancer_api.cc | 118 const grpc_lb_v1_Server* const* servers = in ParseServerList()
|