• Home
  • Raw
  • Download

Lines Matching refs:entry_counter

78             void on_entry(Event const&,FSM& ) {++entry_counter;}  in on_entry()
81 int entry_counter; member
89 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
92 int entry_counter; member
101 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
104 int entry_counter; member
117 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
120 int entry_counter; member
136 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
139 int entry_counter; member
145 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
148 int entry_counter; member
154 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
157 int entry_counter; member
195 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
198 int entry_counter; member
204 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
207 int entry_counter; member
216 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
219 int entry_counter; member
225 void on_entry(Event const&,FSM& ) {++entry_counter;} in on_entry()
228 int entry_counter; member
293 fsm.template get_state<player_::Stopped&>().entry_counter=0; in on_entry()
295 fsm.template get_state<player_::Open&>().entry_counter=0; in on_entry()
297 fsm.template get_state<player_::Empty&>().entry_counter=0; in on_entry()
299 fsm.template get_state<player_::Playing&>().entry_counter=0; in on_entry()
301 …late get_state<player_::Playing&>().template get_state<player_::Playing::Song1&>().entry_counter=0; in on_entry()
303 …late get_state<player_::Playing&>().template get_state<player_::Playing::Song2&>().entry_counter=0; in on_entry()
305 …late get_state<player_::Playing&>().template get_state<player_::Playing::Song3&>().entry_counter=0; in on_entry()
307 fsm.template get_state<player_::Paused&>().entry_counter=0; in on_entry()
309 fsm.template get_state<player_::AllOk&>().entry_counter=0; in on_entry()
311 fsm.template get_state<player_::ErrorMode&>().entry_counter=0; in on_entry()
313 fsm.template get_state<player_::ErrorTerminate&>().entry_counter=0; in on_entry()
332 …BOOST_CHECK_MESSAGE(p.get_state<player_::Playing&>().entry_counter == 0,"Playing entry not called … in BOOST_AUTO_TEST_CASE()
333 …BOOST_CHECK_MESSAGE(p.get_state<player_::Empty&>().entry_counter == 1,"Empty entry not called corr… in BOOST_AUTO_TEST_CASE()
340 …BOOST_CHECK_MESSAGE(p.get_state<player_::Open&>().entry_counter == 1,"Open entry not called correc… in BOOST_AUTO_TEST_CASE()
345 …BOOST_CHECK_MESSAGE(p.get_state<player_::Empty&>().entry_counter == 2,"Empty entry not called corr… in BOOST_AUTO_TEST_CASE()
352 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 1,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()
354 …BOOST_CHECK_MESSAGE(p.get_state<player_::Playing&>().entry_counter == 1,"Playing entry not called … in BOOST_AUTO_TEST_CASE()
358 … p.get_state<player_::Playing&>().get_state<player_::Playing::Song1&>().entry_counter == 1, in BOOST_AUTO_TEST_CASE()
370 … p.get_state<player_::Playing&>().get_state<player_::Playing::Song2&>().entry_counter == 1, in BOOST_AUTO_TEST_CASE()
383 … p.get_state<player_::Playing&>().get_state<player_::Playing::Song3&>().entry_counter == 1, in BOOST_AUTO_TEST_CASE()
396 … p.get_state<player_::Playing&>().get_state<player_::Playing::Song2&>().entry_counter == 2, in BOOST_AUTO_TEST_CASE()
411 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().entry_counter == 1,"Paused entry not called co… in BOOST_AUTO_TEST_CASE()
419 …BOOST_CHECK_MESSAGE(p.get_state<player_::Playing&>().entry_counter == 2,"Playing entry not called … in BOOST_AUTO_TEST_CASE()
424 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().entry_counter == 2,"Paused entry not called co… in BOOST_AUTO_TEST_CASE()
429 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 2,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()
438 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 3,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()
445 …BOOST_CHECK_MESSAGE(p.get_state<player_::ErrorMode&>().entry_counter == 1,"ErrorMode entry not cal… in BOOST_AUTO_TEST_CASE()
451 …BOOST_CHECK_MESSAGE(p.get_state<player_::ErrorMode&>().entry_counter == 1,"ErrorMode entry not cal… in BOOST_AUTO_TEST_CASE()
454 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 3,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()
459 …BOOST_CHECK_MESSAGE(p.get_state<player_::AllOk&>().entry_counter == 2,"AllOk entry not called corr… in BOOST_AUTO_TEST_CASE()
464 …BOOST_CHECK_MESSAGE(p.get_state<player_::Playing&>().entry_counter == 3,"Playing entry not called … in BOOST_AUTO_TEST_CASE()
471 …BOOST_CHECK_MESSAGE(p.get_state<player_::ErrorTerminate&>().entry_counter == 1,"ErrorTerminate ent… in BOOST_AUTO_TEST_CASE()
479 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 3,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()
485 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 3,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()
491 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 3,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()