Searched defs:regex_matcher (Results 1 – 5 of 5) sorted by relevance
64 RE2* regex_matcher() const { return regex_matcher_.get(); } in regex_matcher() function135 RE2* regex_matcher() const { return matcher_.regex_matcher(); } in regex_matcher() function
38 auto regex_matcher = std::make_unique<RE2>(std::string(matcher)); in Create() local54 StringMatcher::StringMatcher(std::unique_ptr<RE2> regex_matcher) in StringMatcher()
229 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RoutePathMatchParse() local286 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RouteHeaderMatchersParse() local325 const auto* regex_matcher = in RouteHeaderMatchersParse() local
219 auto* regex_matcher = envoy_type_matcher_v3_StringMatcher_safe_regex( in CertificateValidationContextParse() local
71 const envoy_type_matcher_v3_RegexMatcher* regex_matcher) { in ParseRegexMatcherToJson()