Searched refs:invert_match (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_api.cc | 186 : name(other.name), type(other.type), invert_match(other.invert_match) { in HeaderMatcher() 207 invert_match = other.invert_match; in operator =() 229 if (invert_match != other.invert_match) return false; in operator ==() 246 invert_match ? " not" : "", name, string_matcher); in ToString() 249 invert_match ? " not" : "", name, in ToString() 253 invert_match ? " not" : "", name, range_start, in ToString() 257 invert_match ? " not" : "", name, in ToString() 261 invert_match ? " not" : "", name, string_matcher); in ToString() 264 invert_match ? " not" : "", name, string_matcher); in ToString() 1217 header_matcher.invert_match = in RouteHeaderMatchersParse()
|
D | xds_api.h | 108 bool invert_match = false; member
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/ |
D | lds_rds_for_test.proto | 66 bool invert_match = 8; field
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/ |
D | xds_resolver.cc | 460 if (header_matcher.invert_match) match = !match; in HeadersMatch()
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | route.proto | 310 bool invert_match = 8; field
|