Home
last modified time | relevance | path

Searched defs:semantic_actions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dsemantic_action_data.hpp31 struct semantic_actions<Iterator, mpl::false_, Data> struct
33 typedef void functor_type(Iterator&, Iterator&
35 typedef boost::function<functor_type> functor_wrapper_type;
39 void add_action(std::size_t unique_id, std::size_t, F act) in add_action()
48 BOOST_SCOPED_ENUM(pass_flags) invoke_actions(std::size_t /*state*/ in invoke_actions()
63 std::vector<functor_wrapper_type> actions_;
71 struct semantic_actions<Iterator, mpl::true_, Data> struct
73 typedef void functor_type(Iterator&, Iterator&
75 typedef boost::function<functor_type> functor_wrapper_type;
79 void add_action(std::size_t unique_id, std::size_t state, F act) in add_action()
[all …]