Searched defs:alternate_matcher (Results 1 – 2 of 2) sorted by relevance
82 struct alternate_matcher struct89 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() function102 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_()
178 …typedef detail::alternate_matcher<detail::alternates_vector<BidiIter>, RegexTraits> alternate_matc… typedef