Lines Matching refs:entry_counter
47 BOOST_MSM_EUML_DECLARE_ATTRIBUTE(unsigned int,entry_counter) in BOOST_MSM_EUML_EVENT()
50 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT()
51 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT()
52 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT()
53 …BOOST_MSM_EUML_STATE(( ++state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter… in BOOST_MSM_EUML_EVENT()
67 BOOST_MSM_EUML_DECLARE_STATE((++state_(entry_counter),++state_(exit_counter),
68 attributes_ << entry_counter << exit_counter
168 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
185 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
192 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
201 BOOST_CHECK_MESSAGE(p.get_state<Empty_impl&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
210 …CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Stopped)&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
214 …CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Playing)&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
222 …_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Paused)&>().get_attribute(entry_counter) == 1, in BOOST_AUTO_TEST_CASE()
230 …CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Playing)&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
237 …_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Paused)&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
244 …CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Stopped)&>().get_attribute(entry_counter) == 2, in BOOST_AUTO_TEST_CASE()
251 …CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(Stopped)&>().get_attribute(entry_counter) == 3, in BOOST_AUTO_TEST_CASE()