Searched refs:auto_rule (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/spirit/home/karma/nonterminal/detail/ |
D | generator_binder.hpp | 51 typedef typename traits::has_semantic_action<Generator>::type auto_rule; in operator ()() typedef 52 return call(sink, context, delim, auto_rule()); in operator ()()
|
/third_party/boost/boost/spirit/home/qi/nonterminal/detail/ |
D | parser_binder.hpp | 52 typedef typename traits::has_semantic_action<Parser>::type auto_rule; in operator ()() typedef 53 return call(first, last, context, skipper, auto_rule()); in operator ()()
|
/third_party/boost/boost/spirit/home/karma/auxiliary/ |
D | lazy.hpp | 82 typedef typename traits::has_semantic_action<Generator>::type auto_rule; in lazy_generate_impl_main() typedef 83 return lazy_generate_impl(g, sink, context, delim, attr, auto_rule()); in lazy_generate_impl_main()
|
/third_party/boost/boost/spirit/home/qi/auxiliary/ |
D | lazy.hpp | 86 typedef typename traits::has_semantic_action<Parser>::type auto_rule; in lazy_parse_impl_main() typedef 87 return lazy_parse_impl(p, first, last, context, skipper, attr, auto_rule()); in lazy_parse_impl_main()
|