Searched defs:repeat_end_matcher (Results 1 – 1 of 1) sorted by relevance
28 struct repeat_end_matcher struct31 typedef Greedy greedy_type;32 int mark_number_;33 unsigned int min_, max_;34 mutable void const *back_;36 repeat_end_matcher(int mark_nbr, unsigned int min, unsigned int max) in repeat_end_matcher() function45 bool match(match_state<BidiIter> &state, Next const &next) const in match()69 bool match_(match_state<BidiIter> &state, Next const &next, mpl::true_) const in match_()93 bool match_(match_state<BidiIter> &state, Next const &next, mpl::false_) const in match_()