Home
last modified time | relevance | path

Searched refs:auto_rule (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/spirit/home/karma/nonterminal/detail/
Dgenerator_binder.hpp51 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/
Dparser_binder.hpp52 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/
Dlazy.hpp82 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/
Dlazy.hpp86 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()