Home
last modified time | relevance | path

Searched defs:regex_matcher (Results 1 – 3 of 3) 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/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