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
312 fsm.template get_state<player_::Stopped&>().entry_counter=0; in on_entry()
314 fsm.template get_state<player_::Open&>().entry_counter=0; in on_entry()
316 fsm.template get_state<player_::Empty&>().entry_counter=0; in on_entry()
318 fsm.template get_state<player_::Playing&>().entry_counter=0; in on_entry()
320 …late get_state<player_::Playing&>().template get_state<player_::Playing::Song1&>().entry_counter=0; in on_entry()
322 …late get_state<player_::Playing&>().template get_state<player_::Playing::Song2&>().entry_counter=0; in on_entry()
324 …late get_state<player_::Playing&>().template get_state<player_::Playing::Song3&>().entry_counter=0; in on_entry()
326 fsm.template get_state<player_::Paused&>().entry_counter=0; in on_entry()
328 fsm.template get_state<player_::AllOk&>().entry_counter=0; in on_entry()
330 fsm.template get_state<player_::ErrorMode&>().entry_counter=0; in on_entry()
332 fsm.template get_state<player_::ErrorTerminate&>().entry_counter=0; in on_entry()
351 …BOOST_CHECK_MESSAGE(p.get_state<player_::Playing&>().entry_counter == 0,"Playing entry not called … in BOOST_AUTO_TEST_CASE()
352 …BOOST_CHECK_MESSAGE(p.get_state<player_::Empty&>().entry_counter == 1,"Empty entry not called corr… in BOOST_AUTO_TEST_CASE()
358 …BOOST_CHECK_MESSAGE(p.get_state<player_::Open&>().entry_counter == 1,"Open entry not called correc… in BOOST_AUTO_TEST_CASE()
362 …BOOST_CHECK_MESSAGE(p.get_state<player_::Empty&>().entry_counter == 2,"Empty entry not called corr… in BOOST_AUTO_TEST_CASE()
368 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 1,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()
370 …BOOST_CHECK_MESSAGE(p.get_state<player_::Playing&>().entry_counter == 1,"Playing entry not called … in BOOST_AUTO_TEST_CASE()
374 … p.get_state<player_::Playing&>().get_state<player_::Playing::Song1&>().entry_counter == 1, in BOOST_AUTO_TEST_CASE()
386 … p.get_state<player_::Playing&>().get_state<player_::Playing::Song2&>().entry_counter == 1, in BOOST_AUTO_TEST_CASE()
399 … p.get_state<player_::Playing&>().get_state<player_::Playing::Song3&>().entry_counter == 1, in BOOST_AUTO_TEST_CASE()
412 … p.get_state<player_::Playing&>().get_state<player_::Playing::Song2&>().entry_counter == 2, in BOOST_AUTO_TEST_CASE()
427 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().entry_counter == 1,"Paused entry not called co… in BOOST_AUTO_TEST_CASE()
435 …BOOST_CHECK_MESSAGE(p.get_state<player_::Playing&>().entry_counter == 2,"Playing entry not called … in BOOST_AUTO_TEST_CASE()
440 …BOOST_CHECK_MESSAGE(p.get_state<player_::Paused&>().entry_counter == 2,"Paused entry not called co… in BOOST_AUTO_TEST_CASE()
445 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 2,"Stopped entry not called … 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()
461 …BOOST_CHECK_MESSAGE(p.get_state<player_::ErrorMode&>().entry_counter == 1,"ErrorMode entry not cal… in BOOST_AUTO_TEST_CASE()
467 …BOOST_CHECK_MESSAGE(p.get_state<player_::ErrorMode&>().entry_counter == 1,"ErrorMode entry not cal… in BOOST_AUTO_TEST_CASE()
470 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 3,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()
475 …BOOST_CHECK_MESSAGE(p.get_state<player_::AllOk&>().entry_counter == 2,"AllOk entry not called corr… in BOOST_AUTO_TEST_CASE()
480 …BOOST_CHECK_MESSAGE(p.get_state<player_::Playing&>().entry_counter == 3,"Playing entry not called … in BOOST_AUTO_TEST_CASE()
487 …BOOST_CHECK_MESSAGE(p.get_state<player_::ErrorTerminate&>().entry_counter == 1,"ErrorTerminate ent… in BOOST_AUTO_TEST_CASE()
495 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 3,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()
501 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 3,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()
507 …BOOST_CHECK_MESSAGE(p.get_state<player_::Stopped&>().entry_counter == 3,"Stopped entry not called … in BOOST_AUTO_TEST_CASE()