Searched refs:invert_match (Results 1 – 12 of 12) sorted by relevance
/third_party/grpc/src/core/lib/security/authorization/ |
D | matchers.cc | 169 bool invert_match) { in Create() argument 179 invert_match); in Create() 186 return HeaderMatcher(name, range_start, range_end, invert_match); in Create() 188 return HeaderMatcher(name, present_match, invert_match); in Create() 193 StringMatcher string_matcher, bool invert_match) in HeaderMatcher() argument 197 invert_match_(invert_match) {} in HeaderMatcher() 200 int64_t range_end, bool invert_match) in HeaderMatcher() argument 205 invert_match_(invert_match) {} in HeaderMatcher() 208 bool invert_match) in HeaderMatcher() argument 212 invert_match_(invert_match) {} in HeaderMatcher()
|
D | matchers.h | 112 bool present_match = false, bool invert_match = false); 140 bool invert_match); 143 bool invert_match); 145 HeaderMatcher(const std::string& name, bool present_match, bool invert_match);
|
/third_party/boost/tools/quickbook/src/ |
D | glob.cpp | 232 bool invert_match = false; in match_range() local 236 invert_match = true; in match_range() 309 return invert_match != matched; in match_range()
|
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_api.h | 95 bool invert_match = false; member 102 invert_match == other.invert_match);
|
D | xds_api.cc | 164 invert_match ? " not" : "", name, string_matcher); in ToString() 167 invert_match ? " not" : "", name, in ToString() 171 invert_match ? " not" : "", name, range_start, in ToString() 175 invert_match ? " not" : "", name, in ToString() 179 invert_match ? " not" : "", name, string_matcher); in ToString() 182 invert_match ? " not" : "", name, string_matcher); in ToString() 1144 header_matcher.invert_match = in RouteHeaderMatchersParse()
|
D | xds_client.cc | 2069 if (header.invert_match) { in CreateServiceConfigRoute()
|
/third_party/gettext/gettext-tools/src/ |
D | msggrep.c | 75 static bool invert_match = false; variable 336 invert_match = true; in main() 831 if (invert_match) in is_message_selected()
|
D | ChangeLog.1 | 4651 * msggrep.c (invert_match): New variable.
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | xds_routing.cc | 321 if (header_matcher.invert_match) match = !match; in HeadersMatch() 937 header_matcher.invert_match = true; in ParseRoute() 939 header_matcher.invert_match = false; in ParseRoute()
|
/third_party/grpc/src/proto/grpc/testing/xds/ |
D | lds_rds_for_test.proto | 66 bool invert_match = 8; field
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_api.cc | 1018 bool invert_match = in RouteHeaderMatchersParse() local 1022 present_match, invert_match); in RouteHeaderMatchersParse()
|
/third_party/grpc/src/proto/grpc/testing/xds/v3/ |
D | route.proto | 310 bool invert_match = 8; field
|