Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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.
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc196 present_match = other.present_match; in HeaderMatcher()
217 present_match = other.present_match; in operator =()
236 return present_match != other.present_match; in operator ==()
258 present_match ? "true" : "false"); in ToString()
1201 header_matcher.present_match = in RouteHeaderMatchersParse()
Dxds_api.h105 bool present_match; member
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto62 bool present_match = 7; field
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc427 return !header_matcher.present_match; in HeaderMatchHelper()