Searched refs:present_match (Results 1 – 5 of 5) sorted by relevance
249 // In the absence of any header match specifier, match will default to :ref:`present_match250 // <envoy_api_field_config.route.v3.HeaderMatcher.present_match>`. i.e, a request that has the :r…285 bool present_match = 7; field288 // Note: empty prefix is not allowed, please use present_match instead.296 // Note: empty suffix is not allowed, please use present_match instead.
196 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()
105 bool present_match; member
62 bool present_match = 7; field
427 return !header_matcher.present_match; in HeaderMatchHelper()