Home
last modified time | relevance | path

Searched refs:grpc_lb_v1_ClientStatsPerToken (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/lb/v1/
Dload_balancer.upb.h25 struct grpc_lb_v1_ClientStatsPerToken;
34 typedef struct grpc_lb_v1_ClientStatsPerToken grpc_lb_v1_ClientStatsPerToken; typedef
141 UPB_INLINE grpc_lb_v1_ClientStatsPerToken *grpc_lb_v1_ClientStatsPerToken_new(upb_arena *arena) { in grpc_lb_v1_ClientStatsPerToken_new()
142 …return (grpc_lb_v1_ClientStatsPerToken *)_upb_msg_new(&grpc_lb_v1_ClientStatsPerToken_msginit, are… in grpc_lb_v1_ClientStatsPerToken_new()
144 UPB_INLINE grpc_lb_v1_ClientStatsPerToken *grpc_lb_v1_ClientStatsPerToken_parse(const char *buf, si… in grpc_lb_v1_ClientStatsPerToken_parse()
146 grpc_lb_v1_ClientStatsPerToken *ret = grpc_lb_v1_ClientStatsPerToken_new(arena); in grpc_lb_v1_ClientStatsPerToken_parse()
149 UPB_INLINE grpc_lb_v1_ClientStatsPerToken *grpc_lb_v1_ClientStatsPerToken_parse_ex(const char *buf,… in grpc_lb_v1_ClientStatsPerToken_parse_ex()
151 grpc_lb_v1_ClientStatsPerToken *ret = grpc_lb_v1_ClientStatsPerToken_new(arena); in grpc_lb_v1_ClientStatsPerToken_parse_ex()
155 UPB_INLINE char *grpc_lb_v1_ClientStatsPerToken_serialize(const grpc_lb_v1_ClientStatsPerToken *msg… in grpc_lb_v1_ClientStatsPerToken_serialize()
159 …view grpc_lb_v1_ClientStatsPerToken_load_balance_token(const grpc_lb_v1_ClientStatsPerToken *msg) … in grpc_lb_v1_ClientStatsPerToken_load_balance_token()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/
Dload_balancer.pb.c24 …PB_FIELD( 1, STRING , OPTIONAL, CALLBACK, FIRST, grpc_lb_v1_ClientStatsPerToken, load_balance_to…
25 …PB_FIELD( 2, INT64 , OPTIONAL, STATIC , OTHER, grpc_lb_v1_ClientStatsPerToken, num_calls, load…
Dload_balancer.pb.h44 } grpc_lb_v1_ClientStatsPerToken; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.cc96 grpc_lb_v1_ClientStatsPerToken* cur_msg = in GrpcLbLoadReportRequestCreate()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.cc97 grpc_lb_v1_ClientStatsPerToken drop_message; in encode_drops()