Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/matcher/
Dset_matcher.hpp34 struct set_matcher struct
37 typedef typename Traits::char_type char_type;
38 char_type set_[ Size::value ];
39 bool not_;
40 bool icase_;
42 set_matcher() in set_matcher() argument
49 void inverse() in inverse()
54 void nocase(Traits const &tr) in nocase()
64 bool in_set(Traits const &tr, char_type ch) const in in_set()
72 bool match(match_state<BidiIter> &state, Next const &next) const in match()
/third_party/boost/boost/xpressive/detail/dynamic/
Dparser.hpp83 typedef detail::set_matcher<Traits, mpl::int_<2> > set_matcher; in make_any_xpression() typedef