Home
last modified time | relevance | path

Searched refs:nothing_parser (Results 1 – 9 of 9) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dchset_operators.hpp358 operator|(chset<CharT> const& a, nothing_parser b);
363 operator&(chset<CharT> const& a, nothing_parser b);
368 operator-(chset<CharT> const& a, nothing_parser b);
373 operator^(chset<CharT> const& a, nothing_parser b);
378 operator|(nothing_parser a, chset<CharT> const& b);
383 operator&(nothing_parser a, chset<CharT> const& b);
388 operator-(nothing_parser a, chset<CharT> const& b);
393 operator^(nothing_parser a, chset<CharT> const& b);
Dchset.hpp47 explicit chset(nothing_parser arg_);
64 chset& operator=(nothing_parser rhs);
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp296 struct nothing_parser : public parser<nothing_parser> struct
298 typedef nothing_parser self_t; argument
300 nothing_parser() {} in nothing_parser() argument
310 nothing_parser const nothing_p = nothing_parser();
332 inline nothing_parser
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/impl/
Dchset_operators.ipp520 // nothing_parser <--> chset free operators implementation
525 operator|(chset<CharT> const& a, nothing_parser)
533 operator&(chset<CharT> const& /*a*/, nothing_parser)
541 operator-(chset<CharT> const& a, nothing_parser)
549 operator^(chset<CharT> const& a, nothing_parser)
557 operator|(nothing_parser, chset<CharT> const& b)
565 operator&(nothing_parser, chset<CharT> const& /*b*/)
573 operator-(nothing_parser, chset<CharT> const& /*b*/)
581 operator^(nothing_parser, chset<CharT> const& b)
Dchset.ipp100 inline chset<CharT>::chset(nothing_parser /*arg_*/)
161 chset<CharT>::operator=(nothing_parser /*rhs*/)
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/dynamic/impl/
Dswitch.ipp91 // parser shouldn't be the nothing_parser
92 BOOST_STATIC_ASSERT((!boost::is_same<DefaultT, nothing_parser>::value));
113 // parser shouldn't be the nothing_parser
114 BOOST_STATIC_ASSERT((!boost::is_same<DefaultT, nothing_parser>::value));
167 // parser (if there is one) or nothing_parser (if there isn't any default
175 // (if there is one) or an instance of a nothing_parser (if there isn't
196 static nothing_parser
215 CaseT::is_default, CaseT, nothing_parser
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/
Dtypeof.hpp43 struct nothing_parser;
151 BOOST_TYPEOF_REGISTER_TYPE(BOOST_SPIRIT_CLASSIC_NS::nothing_parser)
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/debug/
Dparser_names.hpp143 parser_name(nothing_parser const &p);
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/debug/impl/
Dparser_names.ipp272 parser_name(nothing_parser const&)