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/ |
D | chset_operators.hpp | 358 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);
|
D | chset.hpp | 47 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/ |
D | primitives.hpp | 296 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/ |
D | chset_operators.ipp | 520 // 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)
|
D | chset.ipp | 100 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/ |
D | switch.ipp | 91 // 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/ |
D | typeof.hpp | 43 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/ |
D | parser_names.hpp | 143 parser_name(nothing_parser const &p);
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/debug/impl/ |
D | parser_names.ipp | 272 parser_name(nothing_parser const&)
|