Searched defs:default_init_cell (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/msm/back/ |
D | favor_compile_time.hpp | 187 struct default_init_cell struct 189 default_init_cell(dispatch_table* self_,chain_row* tofill_entries_) in default_init_cell() function 193 struct helper 195 template <int some_dummy> struct helper<true,false,some_dummy> 206 template <int some_dummy> struct helper<true,true,some_dummy> 217 template <int some_dummy> struct helper<false,true,some_dummy> 243 template <int some_dummy> struct helper<false,false,some_dummy> 255 void operator()(boost::msm::wrap<State> const& s) in operator ()() 260 dispatch_table* self; 261 chain_row* tofill_entries; [all …]
|
D | dispatch_table.hpp | 279 struct default_init_cell struct 281 default_init_cell(dispatch_table* self_,cell* tofill_entries_) in default_init_cell() function 286 operator()(boost::msm::wrap<State> const&,boost::msm::back::dummy<0> = 0) in operator ()() 300 operator()(boost::msm::wrap<State> const&,boost::msm::back::dummy<1> = 0) in operator ()() 315 operator()(boost::msm::wrap<State> const&,boost::msm::back::dummy<2> = 0) in operator ()() 320 dispatch_table* self; 321 cell* tofill_entries; 326 struct default_init_cell<EventType, struct 330 default_init_cell(dispatch_table* self_,cell* tofill_entries_) in default_init_cell() function 341 operator()(boost::msm::wrap<State> const&,boost::msm::back::dummy<0> = 0) in operator ()() [all …]
|