Home
last modified time | relevance | path

Searched defs:regex_matcher (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/matcher/
Dregex_matcher.hpp32 struct regex_matcher struct
35 regex_impl<BidiIter> impl_;
37 regex_matcher(shared_ptr<regex_impl<BidiIter> > const &impl) in regex_matcher() argument
49 bool match(match_state<BidiIter> &state, Next const &next) const in match()
/third_party/grpc/src/core/lib/security/authorization/
Dmatchers.h63 RE2* regex_matcher() const { return regex_matcher_.get(); } in regex_matcher() function
131 RE2* regex_matcher() const { return matcher_.regex_matcher(); } in regex_matcher() function
Dmatchers.cc37 auto regex_matcher = absl::make_unique<RE2>(matcher, options); in Create() local
52 StringMatcher::StringMatcher(std::unique_ptr<RE2> regex_matcher, in StringMatcher()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h63 std::unique_ptr<RE2> regex_matcher; member
Dxds_api.cc1064 const envoy_type_matcher_RegexMatcher* regex_matcher = in RoutePathMatchParse() local
1100 const envoy_type_matcher_RegexMatcher* regex_matcher = in RouteHeaderMatchersParse() local
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc945 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RoutePathMatchParse() local
987 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RouteHeaderMatchersParse() local
1290 auto* regex_matcher = envoy_type_matcher_v3_StringMatcher_safe_regex( in CommonTlsContextParse() local