Searched defs:wrap_action (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/ |
D | wrap_action.hpp | 28 struct wrap_action struct 33 static FunctionType call(F const& f) in call() 40 static void arg4_action(F* f, Iterator& start, Iterator& end in arg4_action() 48 static FunctionType call(void (*f)(A0, A1, A2, A3)) in call() 64 static void arg3_action(F* f, Iterator& start, Iterator& end in arg3_action() 72 static FunctionType call(void (*f)(A0, A1, A2)) in call() 88 static void arg2_action(F* f, Iterator& start, Iterator& end in arg2_action() 95 static FunctionType call(void (*f)(A0, A1)) in call() 115 static void arg0_action(F* f, Iterator&, Iterator& in arg0_action() 121 static FunctionType call(void (*f)()) in call() [all …]
|