Home
last modified time | relevance | path

Searched refs:my_rule (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/spirit/classic/example/fundamental/
Dboiler_plate.cpp51 my_rule = in definition()
56 rule<ScannerT> my_rule; member
58 start() const { return my_rule; } in start()
Derror_reporting.cpp69 my_rule in definition()
79 rule<ScannerT> my_rule; member
82 start() const { return my_rule; } in start()
/third_party/boost/libs/spirit/classic/test/
Dbug_fixes.cpp67 rule<scanner<char const*>, my_closure::context_t> my_rule = real_p; in bug_002() local
68 BOOST_TEST(parse("1", my_rule).full); in bug_002()
/third_party/boost/libs/spirit/doc/x3/tutorial/
Dminimal.qbk90 namespace. For example, given a rule named `my_rule`,
91 `BOOST_SPIRIT_DECLARE(my_rule)` expands to this code:
95 decltype(my_rule)
97 , Context const& context, decltype(my_rule)::attribute_type& attr);
Droman.qbk172 given a rule named `my_rule` and a corresponding definition named `my_rule_def`,
173 `BOOST_SPIRIT_DEFINE(my_rule)` expands to this code:
177 decltype(my_rule)
179 , Context const& context, decltype(my_rule)::attribute_type& attr)