Home
last modified time | relevance | path

Searched refs:entry_action_counter (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/msm/test/
DEntries.cpp64 unsigned int entry_action_counter; member
140 ++entry_action_counter; in entry_action()
204 fsm.template get_state<Fsm_::SubFsm2&>().entry_action_counter=0; in on_entry()
293 …BOOST_CHECK_MESSAGE(p.get_state<Fsm_::SubFsm2&>().entry_action_counter == 1,"Action not called cor… in BOOST_AUTO_TEST_CASE()