Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/back/
Ddispatch_table.hpp39 struct dispatch_table struct
43 typedef HandledEnum (*cell)(Fsm&, int,int,Event const&);
44 typedef bool (*guard)(Fsm&, Event const&);
49 struct chain_row
101 struct make_chain_row_from_map_entry
131 struct replace_event
138 struct change_frow_event
148 typedef typename generate_state_set<Stt>::type state_list;
152 struct convert_event_and_forward
163 struct init_cell
[all …]
Dfavor_compile_time.hpp78 struct dispatch_table < Fsm, Stt, Event, ::boost::msm::back::favor_compile_time> struct
82 typedef HandledEnum (*cell)(Fsm&, int,int,Event const&);
83 typedef bool (*guard)(Fsm&, Event const&);
87 typedef typename generate_state_set<Stt>::type state_list;
90 struct chain_row
111 static HandledEnum call_submachine(Fsm& fsm, int , int , Event const& evt) in call_submachine()
117 struct init_cell
187 struct default_init_cell
266 struct default_init_cell<EventType,
291 dispatch_table() in dispatch_table() function
[all …]
/third_party/boost/libs/mpl/example/fsm/
Dplayer2.cpp56 struct dispatch_table struct
81 init_cell(dispatch_table* self_) in init_cell() argument
97 dispatch_table() in dispatch_table() function
117 static const dispatch_table instance; argument
123 // This declares the statically-initialized dispatch_table instance. argument
/third_party/python/Lib/
Dcopyreg.py10 dispatch_table = {} variable
/third_party/python/Lib/idlelib/
Drpc.py67 dispatch_table = {types.CodeType: pickle_code, **copyreg.dispatch_table} variable in CodePickler
/third_party/python/Lib/test/
Dpickletester.py3581 dispatch_table = dt variable in AbstractDispatchTableTests.test_class_dispatch_table.MyPickler
3606 def _test_dispatch_table(self, dumps, dispatch_table): argument
/third_party/python/Modules/
D_pickle.c147 PyObject *dispatch_table; member
623 PyObject *dispatch_table; /* private dispatch_table, can be NULL */ member
/third_party/quickjs/
Dquickjs.c16182 static const void * const dispatch_table[256] = { in JS_CallInternal() local