Home
last modified time | relevance | path

Searched refs:invert_match (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc186 : 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()
Dxds_api.h108 bool invert_match = false; member
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto66 bool invert_match = 8; field
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc460 if (header_matcher.invert_match) match = !match; in HeadersMatch()
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto310 bool invert_match = 8; field