Searched defs:dispatch_table (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/msm/back/ |
D | dispatch_table.hpp | 39 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 …]
|
D | favor_compile_time.hpp | 78 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/musl/porting/linux/user/src/hook/ |
D | malloc_common.c | 12 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in malloc() local 26 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in free() local
|
D | musl_preinit.c | 173 …rary_handle, const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in init_malloc_hook_shared_library() 203 …ared_library(const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in load_malloc_hook_shared_library()
|
/third_party/boost/libs/mpl/example/fsm/ |
D | player2.cpp | 56 struct dispatch_table struct 81 init_cell(dispatch_table* self_) in init_cell() argument 97 dispatch_table() in dispatch_table() argument 117 static const dispatch_table instance; argument 123 // This declares the statically-initialized dispatch_table instance. argument
|
/third_party/python/Lib/ |
D | copyreg.py | 10 dispatch_table = {} variable
|
/third_party/python/Lib/idlelib/ |
D | rpc.py | 67 dispatch_table = {types.CodeType: pickle_code, **copyreg.dispatch_table} variable in CodePickler
|
/third_party/python/Lib/test/ |
D | pickletester.py | 3767 dispatch_table = dt variable in AbstractDispatchTableTests.test_class_dispatch_table.MyPickler 3792 def _test_dispatch_table(self, dumps, dispatch_table): argument
|
/third_party/python/Modules/ |
D | _pickle.c | 147 PyObject *dispatch_table; member 625 PyObject *dispatch_table; /* private dispatch_table, can be NULL */ member
|
/third_party/quickjs/ |
D | quickjs.c | 16192 static const void * const dispatch_table[256] = { in JS_CallInternal() local
|