Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/char/
Dnegated_char_parser.hpp20 struct negated_char_parser : struct
23 constexpr negated_char_parser(Positive const& positive) in negated_char_parser() argument
27 bool test(CharParam ch, Context const& context) const in test()
32 Positive positive;
/third_party/boost/boost/spirit/home/qi/char/
Dchar_parser.hpp89 struct negated_char_parser : struct
92 negated_char_parser(Positive const& positive_) in negated_char_parser() function
96 bool test(CharParam ch, Context& context) const in test()
102 info what(Context& context) const in what()
107 Positive positive;
/third_party/boost/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp79 struct negated_char_parser struct
82 typedef negated_char_parser<PositiveT> self_t;
83 typedef PositiveT positive_t;
85 negated_char_parser(positive_t const& p) in negated_char_parser() argument
89 bool test(T ch) const in test()
94 positive_t const positive;