Home
last modified time | relevance | path

Searched refs:negated_char_parser (Results 1 – 10 of 10) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/char/
Dnegated_char_parser.hpp20 struct negated_char_parser : struct
21 char_parser<negated_char_parser<Positive>>
23 constexpr negated_char_parser(Positive const& positive) in negated_char_parser() argument
36 constexpr negated_char_parser<Positive>
44 operator~(negated_char_parser<Positive> const& cp) in operator ~()
53 struct attribute_of<x3::negated_char_parser<Positive>, Context>
57 struct has_attribute<x3::negated_char_parser<Positive>, Context>
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dchset_operators.hpp165 operator|(chset<CharT> const& a, negated_char_parser<range<CharT> > const& b);
170 operator&(chset<CharT> const& a, negated_char_parser<range<CharT> > const& b);
175 operator-(chset<CharT> const& a, negated_char_parser<range<CharT> > const& b);
180 operator^(chset<CharT> const& a, negated_char_parser<range<CharT> > const& b);
185 operator|(negated_char_parser<range<CharT> > const& a, chset<CharT> const& b);
190 operator&(negated_char_parser<range<CharT> > const& a, chset<CharT> const& b);
195 operator-(negated_char_parser<range<CharT> > const& a, chset<CharT> const& b);
200 operator^(negated_char_parser<range<CharT> > const& a, chset<CharT> const& b);
213 operator|(chset<CharT> const& a, negated_char_parser<chlit<CharT> > const& b);
218 operator&(chset<CharT> const& a, negated_char_parser<chlit<CharT> > const& b);
[all …]
Dchset.hpp50 explicit chset(negated_char_parser<chlit<CharT> > const& arg_);
51 explicit chset(negated_char_parser<range<CharT> > const& arg_);
67 chset& operator=(negated_char_parser<chlit<CharT> > const& rhs);
68 chset& operator=(negated_char_parser<range<CharT> > const& rhs);
71 void set(negated_char_parser<chlit<CharT> > const& arg_);
72 void set(negated_char_parser<range<CharT> > const& arg_);
75 void clear(negated_char_parser<range<CharT> > const& arg_);
108 chset_p(negated_char_parser<chlit<CharT> > const& arg_) in chset_p()
113 chset_p(negated_char_parser<range<CharT> > const& arg_) in chset_p()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/char/
Dchar_parser.hpp89 struct negated_char_parser : struct
90 char_parser<negated_char_parser<Positive>, typename Positive::char_type>
92 negated_char_parser(Positive const& positive_) in negated_char_parser() argument
118 typedef negated_char_parser<Positive> result_type;
126 struct make_negated_char_parser<negated_char_parser<Positive> >
129 result_type operator()(negated_char_parser<Positive> const& ncp) const in operator ()()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/impl/
Dchset_operators.ipp290 // negated_char_parser<range> <--> chset free operators implementation
295 operator|(chset<CharT> const& a, negated_char_parser<range<CharT> > const& b)
303 operator&(chset<CharT> const& a, negated_char_parser<range<CharT> > const& b)
311 operator-(chset<CharT> const& a, negated_char_parser<range<CharT> > const& b)
319 operator^(chset<CharT> const& a, negated_char_parser<range<CharT> > const& b)
327 operator|(negated_char_parser<range<CharT> > const& a, chset<CharT> const& b)
335 operator&(negated_char_parser<range<CharT> > const& a, chset<CharT> const& b)
343 operator-(negated_char_parser<range<CharT> > const& a, chset<CharT> const& b)
351 operator^(negated_char_parser<range<CharT> > const& a, chset<CharT> const& b)
358 // negated_char_parser<chlit> <--> chset free operators implementation
[all …]
Dchset.ipp114 inline chset<CharT>::chset(negated_char_parser<chlit<CharT> > const& arg_)
121 inline chset<CharT>::chset(negated_char_parser<range<CharT> > const& arg_)
187 chset<CharT>::operator=(negated_char_parser<chlit<CharT> > const& rhs)
196 chset<CharT>::operator=(negated_char_parser<range<CharT> > const& rhs)
213 chset<CharT>::set(negated_char_parser<chlit<CharT> > const& arg_)
227 chset<CharT>::set(negated_char_parser<range<CharT> > const& arg_)
249 chset<CharT>::clear(negated_char_parser<range<CharT> > const& arg_)
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp79 struct negated_char_parser struct
80 : public char_parser<negated_char_parser<PositiveT> >
82 typedef negated_char_parser<PositiveT> self_t; argument
85 negated_char_parser(positive_t const& p) in negated_char_parser() function
98 inline negated_char_parser<ParserT>
101 return negated_char_parser<ParserT>(p.derived()); in operator ~()
106 operator~(negated_char_parser<ParserT> const& n) in operator ~()
/external/sdv/vsomeip/third_party/boost/spirit/classic/test/
Ddistinct_tests.cpp54 negated_char_parser<chlit<> > in distinct_parser_test()
116 negated_char_parser<chlit<> > in distinct_directive_test()
Dchset_tests.cpp67 negated_char_parser<range<CharT> > d_(~b_); in chset_tests()
71 negated_char_parser<chlit<CharT> > f_(e1_); in chset_tests()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/
Dtypeof.hpp38 template<class ParserT> struct negated_char_parser;
146 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::negated_char_parser, 1)