Home
last modified time | relevance | path

Searched refs:present_match (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/core/lib/security/authorization/
Dmatchers.cc168 int64_t range_start, int64_t range_end, bool present_match, in Create() argument
188 return HeaderMatcher(name, present_match, invert_match); in Create()
207 HeaderMatcher::HeaderMatcher(const std::string& name, bool present_match, in HeaderMatcher() argument
211 present_match_(present_match), in HeaderMatcher()
Dmatchers.h112 bool present_match = false, bool invert_match = false);
145 HeaderMatcher(const std::string& name, bool present_match, bool invert_match);
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h92 bool present_match; member
101 present_match == other.present_match &&
Dxds_api.cc176 present_match ? "true" : "false"); in ToString()
1128 header_matcher.present_match = in RouteHeaderMatchersParse()
Dxds_client.cc2048 header.present_match ? "true" : "false"); in CreateServiceConfigRoute()
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto249 // In the absence of any header match specifier, match will default to :ref:`present_match
250 // <envoy_api_field_config.route.v3.HeaderMatcher.present_match>`. i.e, a request that has the :r…
285 bool present_match = 7; field
288 // Note: empty prefix is not allowed, please use present_match instead.
296 // Note: empty suffix is not allowed, please use present_match instead.
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_routing.cc282 return !header_matcher.present_match; in HeaderMatchHelper()
1037 header_matcher.present_match = true; in ParseRoute()
1041 header_matcher.present_match = false; in ParseRoute()
/third_party/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto62 bool present_match = 7; field
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc980 bool present_match = false; in RouteHeaderMatchersParse() local
1001 present_match = envoy_config_route_v3_HeaderMatcher_present_match(header); in RouteHeaderMatchersParse()
1022 present_match, invert_match); in RouteHeaderMatchersParse()