Home
last modified time | relevance | path

Searched refs:envoy_config_route_v3_WeightedCluster (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/route/v3/
Droute_components.upb.h28 struct envoy_config_route_v3_WeightedCluster;
78 typedef struct envoy_config_route_v3_WeightedCluster envoy_config_route_v3_WeightedCluster; typedef
768 UPB_INLINE envoy_config_route_v3_WeightedCluster *envoy_config_route_v3_WeightedCluster_new(upb_are… in envoy_config_route_v3_WeightedCluster_new()
769 …return (envoy_config_route_v3_WeightedCluster *)_upb_msg_new(&envoy_config_route_v3_WeightedCluste… in envoy_config_route_v3_WeightedCluster_new()
771 UPB_INLINE envoy_config_route_v3_WeightedCluster *envoy_config_route_v3_WeightedCluster_parse(const… in envoy_config_route_v3_WeightedCluster_parse()
773 envoy_config_route_v3_WeightedCluster *ret = envoy_config_route_v3_WeightedCluster_new(arena); in envoy_config_route_v3_WeightedCluster_parse()
776 UPB_INLINE envoy_config_route_v3_WeightedCluster *envoy_config_route_v3_WeightedCluster_parse_ex(co… in envoy_config_route_v3_WeightedCluster_parse_ex()
778 envoy_config_route_v3_WeightedCluster *ret = envoy_config_route_v3_WeightedCluster_new(arena); in envoy_config_route_v3_WeightedCluster_parse_ex()
782 …ar *envoy_config_route_v3_WeightedCluster_serialize(const envoy_config_route_v3_WeightedCluster *m… in envoy_config_route_v3_WeightedCluster_serialize()
786 … envoy_config_route_v3_WeightedCluster_has_clusters(const envoy_config_route_v3_WeightedCluster *m… in envoy_config_route_v3_WeightedCluster_has_clusters()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc1275 const envoy_config_route_v3_WeightedCluster* weighted_cluster = in RouteActionParse()