Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/upb-generated/envoy/config/route/v3/
Droute_components.upb.h31 struct envoy_config_route_v3_RouteMatch;
82 typedef struct envoy_config_route_v3_RouteMatch envoy_config_route_v3_RouteMatch; typedef
560envoy_config_route_v3_RouteMatch* envoy_config_route_v3_Route_match(const envoy_config_route_v3_Ro… in envoy_config_route_v3_Route_match()
589 …_route_v3_Route_set_match(envoy_config_route_v3_Route *msg, envoy_config_route_v3_RouteMatch* valu… in envoy_config_route_v3_Route_set_match()
591 *UPB_PTR_AT(msg, UPB_SIZE(12, 24), envoy_config_route_v3_RouteMatch*) = value; in envoy_config_route_v3_Route_set_match()
593 UPB_INLINE struct envoy_config_route_v3_RouteMatch* envoy_config_route_v3_Route_mutable_match(envoy… in envoy_config_route_v3_Route_mutable_match()
594 …struct envoy_config_route_v3_RouteMatch* sub = (struct envoy_config_route_v3_RouteMatch*)envoy_con… in envoy_config_route_v3_Route_mutable_match()
596 …sub = (struct envoy_config_route_v3_RouteMatch*)_upb_msg_new(&envoy_config_route_v3_RouteMatch_msg… in envoy_config_route_v3_Route_mutable_match()
966 UPB_INLINE envoy_config_route_v3_RouteMatch *envoy_config_route_v3_RouteMatch_new(upb_arena *arena)… in envoy_config_route_v3_RouteMatch_new()
967 …return (envoy_config_route_v3_RouteMatch *)_upb_msg_new(&envoy_config_route_v3_RouteMatch_msginit,… in envoy_config_route_v3_RouteMatch_new()
[all …]
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc874 grpc_error* RoutePathMatchParse(const envoy_config_route_v3_RouteMatch* match, in RoutePathMatchParse()
968 const envoy_config_route_v3_RouteMatch* match, XdsApi::Route* route) { in RouteHeaderMatchersParse()
1035 const envoy_config_route_v3_RouteMatch* match, XdsApi::Route* route) { in RouteRuntimeFractionParse()
1198 const envoy_config_route_v3_RouteMatch* match = in RouteConfigParse()