Home
last modified time | relevance | path

Searched refs:skipper_type (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/spirit/test/x3/
Drule_separate_tu_grammar.hpp19 using skipper_type = x3::rule<class skipper_r>; typedef
20 const skipper_type skipper;
21 BOOST_SPIRIT_DECLARE(skipper_type)
41 using skipper_type = x3::rule<class skipper_r>; typedef
42 const skipper_type skipper;
43 BOOST_SPIRIT_DECLARE(skipper_type)
Drule_separate_tu_grammar.cpp17 BOOST_SPIRIT_INSTANTIATE(skipper_type, char const*, x3::unused_type)
26 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::phrase_parse_context<skipper_type>::type)
35 BOOST_SPIRIT_INSTANTIATE(skipper_type, char const*, x3::unused_type)
40 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::phrase_parse_context<skipper_type>::type)
/third_party/boost/libs/spirit/example/lex/
Dexample5.cpp148 typedef qi::in_state_skipper<Lexer> skipper_type; typedef
150 qi::rule<Iterator, skipper_type> program, block, statement;
151 qi::rule<Iterator, skipper_type> assignment, if_stmt;
152 qi::rule<Iterator, skipper_type> while_stmt;
156 qi::rule<Iterator, expression_type(), skipper_type> expression;
/third_party/boost/boost/spirit/home/qi/nonterminal/
Drule.hpp117 skipper_type; typedef
154 , skipper_type const& skipper
286 BOOST_STATIC_ASSERT_MSG((is_same<skipper_type, unused_type>::value || in parse()
291 (is_convertible<Skipper const&, skipper_type>::value), in parse()
297 if (is_same<skipper_type, unused_type>::value) in parse()
337 BOOST_STATIC_ASSERT_MSG((is_same<skipper_type, unused_type>::value || in parse()
342 (is_convertible<Skipper const&, skipper_type>::value), in parse()
348 if (is_same<skipper_type, unused_type>::value) in parse()
Ddebug_handler.hpp85 , typename rule_type::skipper_type in debug()
117 , typename rule_type::skipper_type in debug()
Dgrammar.hpp45 typedef typename start_type::skipper_type skipper_type; typedef
Dsuccess_handler.hpp76 , typename rule_type::skipper_type in on_success()
Derror_handler.hpp159 , typename rule_type::skipper_type in on_error()
/third_party/boost/boost/spirit/home/lex/
Dtokenize_and_parse.hpp170 skipper_type; in tokenize_and_phrase_parse() typedef
171 skipper_type const skipper_ = compile<qi::domain>(skipper); in tokenize_and_phrase_parse()
200 skipper_type; in tokenize_and_phrase_parse() typedef
201 skipper_type const skipper_ = compile<qi::domain>(skipper); in tokenize_and_phrase_parse()
/third_party/boost/boost/spirit/home/qi/detail/
Dparse.hpp81 skipper_type; in call() typedef
82 skipper_type const skipper_ = compile<qi::domain>(skipper); in call()
/third_party/boost/boost/spirit/home/qi/directive/
Dskip.hpp111 typedef Skipper skipper_type; typedef
162 skipper_type; typedef
164 typedef skip_parser<Subject, skipper_type> result_type;
/third_party/boost/boost/spirit/home/qi/
Dparse_attr.hpp109 skipper_type; in phrase_parse() typedef
110 skipper_type const skipper_ = compile<qi::domain>(skipper); in phrase_parse()
Dparse.hpp164 skipper_type; in phrase_parse() typedef
165 skipper_type const skipper_ = compile<qi::domain>(skipper); in phrase_parse()
/third_party/boost/boost/spirit/repository/home/qi/operator/detail/
Dkeywords.hpp38 typedef Skipper skipper_type; typedef
653 typedef typename ParseDispatcher::skipper_type Skipper;