Searched defs:regex_matcher (Results 1 – 6 of 6) sorted by relevance
32 struct regex_matcher struct35 regex_impl<BidiIter> impl_;37 regex_matcher(shared_ptr<regex_impl<BidiIter> > const &impl) in regex_matcher() argument49 bool match(match_state<BidiIter> &state, Next const &next) const in match()
63 RE2* regex_matcher() const { return regex_matcher_.get(); } in regex_matcher() function131 RE2* regex_matcher() const { return matcher_.regex_matcher(); } in regex_matcher() function
37 auto regex_matcher = absl::make_unique<RE2>(matcher, options); in Create() local52 StringMatcher::StringMatcher(std::unique_ptr<RE2> regex_matcher, in StringMatcher()
63 std::unique_ptr<RE2> regex_matcher; member
1064 const envoy_type_matcher_RegexMatcher* regex_matcher = in RoutePathMatchParse() local1100 const envoy_type_matcher_RegexMatcher* regex_matcher = in RouteHeaderMatchersParse() local
945 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RoutePathMatchParse() local987 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RouteHeaderMatchersParse() local1290 auto* regex_matcher = envoy_type_matcher_v3_StringMatcher_safe_regex( in CommonTlsContextParse() local