Home
last modified time | relevance | path

Searched refs:negated_empty_match_parser (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/spirit/home/classic/core/composite/
Depsilon.hpp104 struct negated_empty_match_parser; // Forward declaration
144 negated_empty_match_parser<SubjectT>
146 { return negated_empty_match_parser<SubjectT>(this->subject()); } in negate()
150 struct negated_empty_match_parser struct
151 : public unary<SubjectT, parser<negated_empty_match_parser<SubjectT> > >
153 typedef negated_empty_match_parser<SubjectT> self_t; argument
158 explicit negated_empty_match_parser(SubjectT const& p) : base_t(p) {} in negated_empty_match_parser() argument
207 { typedef negated_empty_match_parser<SubjectT> type; };
210 static negated_empty_match_parser<SubjectT>
212 { return negated_empty_match_parser<SubjectT>(subject.derived()); } in generate()
[all …]
/third_party/boost/boost/spirit/home/classic/utility/
Ddistinct.hpp37 negated_empty_match_parser<
80 negated_empty_match_parser<
135 negated_empty_match_parser<
189 negated_empty_match_parser<
/third_party/boost/boost/spirit/home/classic/core/
Dtypeof.hpp102 template<typename SubjectT> struct negated_empty_match_parser;
316 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::negated_empty_match_parser, 1)