Searched refs:present_match (Results 1 – 9 of 9) sorted by relevance
/third_party/grpc/src/core/lib/security/authorization/ |
D | matchers.cc | 168 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()
|
D | matchers.h | 112 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/ |
D | xds_api.h | 92 bool present_match; member 101 present_match == other.present_match &&
|
D | xds_api.cc | 176 present_match ? "true" : "false"); in ToString() 1128 header_matcher.present_match = in RouteHeaderMatchersParse()
|
D | xds_client.cc | 2048 header.present_match ? "true" : "false"); in CreateServiceConfigRoute()
|
/third_party/grpc/src/proto/grpc/testing/xds/v3/ |
D | route.proto | 249 // 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/ |
D | xds_routing.cc | 282 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/ |
D | lds_rds_for_test.proto | 62 bool present_match = 7; field
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_api.cc | 980 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()
|