Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/matcher/
Drepeat_end_matcher.hpp28 struct repeat_end_matcher struct
31 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() function
45 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_()