Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/matcher/
Dsimple_repeat_matcher.hpp60 struct simple_repeat_matcher struct
63 typedef Xpr xpr_type;
64 typedef Greedy greedy_type;
66 Xpr xpr_;
67 unsigned int min_, max_;
68 std::size_t width_;
69 mutable bool leading_;
71 simple_repeat_matcher(Xpr const &xpr, unsigned int min, unsigned int max, std::size_t width) in simple_repeat_matcher() function
86 bool match(match_state<BidiIter> &state, Next const &next) const in match()
95 bool match_(match_state<BidiIter> &state, Next const &next, greedy_slow_tag) const in match_()
[all …]