Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/matcher/
Dliteral_matcher.hpp28 struct literal_matcher struct
31 typedef typename Traits::char_type char_type;
32 typedef Not not_type;
33 typedef ICase icase_type;
34 char_type ch_;
36 explicit literal_matcher(char_type ch) in literal_matcher() argument
40 literal_matcher(char_type ch, Traits const &tr) in literal_matcher() function
45 bool match(match_state<BidiIter> &state, Next const &next) const in match()
/third_party/boost/boost/xpressive/detail/dynamic/
Dparser.hpp84 typedef literal_matcher<Traits, mpl::false_, mpl::true_> literal_matcher; in make_any_xpression() typedef