Home
last modified time | relevance | path

Searched refs:envoy_config_endpoint_v3_ClusterStats (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/
Dload_report.upb.h26 struct envoy_config_endpoint_v3_ClusterStats;
31 typedef struct envoy_config_endpoint_v3_ClusterStats envoy_config_endpoint_v3_ClusterStats; typedef
254 UPB_INLINE envoy_config_endpoint_v3_ClusterStats *envoy_config_endpoint_v3_ClusterStats_new(upb_are… in envoy_config_endpoint_v3_ClusterStats_new()
255 …return (envoy_config_endpoint_v3_ClusterStats *)_upb_msg_new(&envoy_config_endpoint_v3_ClusterStat… in envoy_config_endpoint_v3_ClusterStats_new()
257 UPB_INLINE envoy_config_endpoint_v3_ClusterStats *envoy_config_endpoint_v3_ClusterStats_parse(const… in envoy_config_endpoint_v3_ClusterStats_parse()
259 envoy_config_endpoint_v3_ClusterStats *ret = envoy_config_endpoint_v3_ClusterStats_new(arena); in envoy_config_endpoint_v3_ClusterStats_parse()
262 UPB_INLINE envoy_config_endpoint_v3_ClusterStats *envoy_config_endpoint_v3_ClusterStats_parse_ex(co… in envoy_config_endpoint_v3_ClusterStats_parse_ex()
264 envoy_config_endpoint_v3_ClusterStats *ret = envoy_config_endpoint_v3_ClusterStats_new(arena); in envoy_config_endpoint_v3_ClusterStats_parse_ex()
268 …ar *envoy_config_endpoint_v3_ClusterStats_serialize(const envoy_config_endpoint_v3_ClusterStats *m… in envoy_config_endpoint_v3_ClusterStats_serialize()
272 … envoy_config_endpoint_v3_ClusterStats_cluster_name(const envoy_config_endpoint_v3_ClusterStats *m… in envoy_config_endpoint_v3_ClusterStats_cluster_name()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/service/load_stats/v3/
Dlrs.upb.h30 struct envoy_config_endpoint_v3_ClusterStats;
60envoy_config_endpoint_v3_ClusterStats* const* envoy_service_load_stats_v3_LoadStatsRequest_cluster… in envoy_service_load_stats_v3_LoadStatsRequest_cluster_stats()
75 UPB_INLINE struct envoy_config_endpoint_v3_ClusterStats** envoy_service_load_stats_v3_LoadStatsRequ… in envoy_service_load_stats_v3_LoadStatsRequest_mutable_cluster_stats()
76 …return (struct envoy_config_endpoint_v3_ClusterStats**)_upb_array_mutable_accessor(msg, UPB_SIZE(8… in envoy_service_load_stats_v3_LoadStatsRequest_mutable_cluster_stats()
78 UPB_INLINE struct envoy_config_endpoint_v3_ClusterStats** envoy_service_load_stats_v3_LoadStatsRequ… in envoy_service_load_stats_v3_LoadStatsRequest_resize_cluster_stats()
79 …return (struct envoy_config_endpoint_v3_ClusterStats**)_upb_array_resize_accessor2(msg, UPB_SIZE(8… in envoy_service_load_stats_v3_LoadStatsRequest_resize_cluster_stats()
81 UPB_INLINE struct envoy_config_endpoint_v3_ClusterStats* envoy_service_load_stats_v3_LoadStatsReque… in envoy_service_load_stats_v3_LoadStatsRequest_add_cluster_stats()
82 …struct envoy_config_endpoint_v3_ClusterStats* sub = (struct envoy_config_endpoint_v3_ClusterStats*… in envoy_service_load_stats_v3_LoadStatsRequest_add_cluster_stats()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc2216 envoy_config_endpoint_v3_ClusterStats* cluster_stats = in CreateLrsRequest()