Home
last modified time | relevance | path

Searched refs:subject_t (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/spirit/home/classic/meta/impl/
Dfundamental.ipp46 typedef typename ParserT::subject_t subject_t;
47 typedef typename subject_t::parser_category_t subject_category_t;
50 ::template count<subject_t, LeafCountT>::value + 1));
60 typedef typename ParserT::subject_t subject_t;
61 typedef typename subject_t::parser_category_t subject_category_t;
64 ::template count<subject_t, LeafCountT>::value + 1));
118 typedef typename ParserT::subject_t subject_t;
119 typedef typename subject_t::parser_category_t subject_category_t;
122 ::template count<subject_t, LeafCountT>::value));
132 typedef typename ParserT::subject_t subject_t;
[all …]
Dtraverse.ipp170 MetaT, ParserT, typename ParserT::subject_t, EnvT
183 MetaT, ParserT, typename ParserT::subject_t, EnvT
261 MetaT, typename ParserT::subject_t, EnvT
267 typedef typename ParserT::subject_t subject_t;
268 typedef typename subject_t::parser_category_t subject_category_t;
302 MetaT, typename ParserT::subject_t, EnvT
308 typedef typename ParserT::subject_t subject_t;
309 typedef typename subject_t::parser_category_t subject_category_t;
Drefactoring.ipp345 typename ActionT::subject_t::parser_generator_t
377 typename ActionT::subject_t::parser_generator_t
399 typename ActionT::subject_t::parser_category_t
416 typename ActionT::subject_t::parser_category_t
434 typename ActionT::subject_t::parser_category_t
/third_party/boost/boost/spirit/home/classic/core/composite/
Depsilon.hpp243 typedef typename as_parser<SubjectT>::type subject_t; typedef
246 is_parser<subject_t>
247 ,empty_match_parser<subject_t>
248 ,condition_parser<subject_t>
Dcomposite.hpp63 typedef S subject_t; typedef in boost::spirit::unary
/third_party/boost/boost/spirit/home/classic/meta/
Dparser_traits.hpp186 typedef typename UnaryT::subject_t type;
265 typedef typename ActionT::subject_t type;
/third_party/boost/boost/spirit/home/classic/dynamic/
Dswitch.hpp149 typedef typename base_t::subject_t self_subject_t;
/third_party/boost/boost/spirit/home/classic/dynamic/impl/
Dswitch.ipp299 boost::is_same<typename RightT::subject_t, epsilon_parser>::value