Home
last modified time | relevance | path

Searched defs:alternate_matcher (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/matcher/
Dalternate_matcher.hpp82 struct alternate_matcher struct
89 typedef Alternates alternates_type;
90 typedef typename Traits::char_type char_type;
92 Alternates alternates_;
93 mutable hash_peek_bitset<char_type> bset_;
95 explicit alternate_matcher(Alternates const &alternates = Alternates()) in alternate_matcher() function
102 bool match(match_state<BidiIter> &state, Next const &next) const in match()
112 detail::width get_width() const in get_width()
124 bool can_match_(char_type ch, Traits const &tr) const in can_match_()
/third_party/boost/boost/xpressive/
Dregex_compiler.hpp178 …typedef detail::alternate_matcher<detail::alternates_vector<BidiIter>, RegexTraits> alternate_matc… typedef