/third_party/boost/libs/msm/test/ |
D | SimpleEuml2.cpp | 56 BOOST_MSM_EUML_DECLARE_ATTRIBUTE(unsigned int,can_close_drawer_counter) in BOOST_MSM_EUML_EVENT() 82 … Open + open_close / ++fsm_(can_close_drawer_counter) == Empty, 104 … << can_close_drawer_counter << test_fct_counter, // Attributes 136 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | SimpleEuml.cpp | 56 BOOST_MSM_EUML_DECLARE_ATTRIBUTE(unsigned int,can_close_drawer_counter) in BOOST_MSM_EUML_EVENT() 82 Empty == Open + open_close / ++fsm_(can_close_drawer_counter), 104 … << can_close_drawer_counter << test_fct_counter, // Attributes 136 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | SimpleInternalEuml.cpp | 83 BOOST_MSM_EUML_DECLARE_ATTRIBUTE(unsigned int,can_close_drawer_counter) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 128 Empty == Open + open_close / ++fsm_(can_close_drawer_counter), 151 … attributes_ << start_playback_counter << can_close_drawer_counter 194 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | SimpleMachine.cpp | 54 unsigned int can_close_drawer_counter; member 58 can_close_drawer_counter(0) in player_() 137 ++can_close_drawer_counter; in can_close_drawer() 210 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | SimpleInternal.cpp | 56 unsigned int can_close_drawer_counter; member 62 can_close_drawer_counter(0), in player_() 146 ++can_close_drawer_counter; in can_close_drawer() 227 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | Serialize.cpp | 60 unsigned int can_close_drawer_counter; member 65 can_close_drawer_counter(0), in player_() 164 ++can_close_drawer_counter; in can_close_drawer() 260 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | SerializeSimpleEuml.cpp | 62 BOOST_MSM_EUML_DECLARE_ATTRIBUTE(unsigned int,can_close_drawer_counter) in BOOST_MSM_EUML_EVENT() 88 Empty == Open + open_close / ++fsm_(can_close_drawer_counter), 110 … << can_close_drawer_counter << test_fct_counter, // Attributes
|
D | SimpleInternalFunctors.cpp | 61 unsigned int can_close_drawer_counter; member 67 can_close_drawer_counter(0), in player_() 199 ++can_close_drawer_counter; in can_close_drawer() 284 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | SimpleWithFunctors.cpp | 64 unsigned int can_close_drawer_counter; member 69 can_close_drawer_counter(0), in player_() 237 ++fsm.can_close_drawer_counter; in operator ()() 316 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | EventQueue.cpp | 64 unsigned int can_close_drawer_counter; member 69 can_close_drawer_counter(0), in player_() 237 ++fsm.can_close_drawer_counter; in operator ()() 320 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | CompositeEuml.cpp | 92 BOOST_MSM_EUML_DECLARE_ATTRIBUTE(unsigned int,can_close_drawer_counter) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 118 Empty == Open + open_close / ++fsm_(can_close_drawer_counter), 140 … << can_close_drawer_counter << test_fct_counter, // Attributes 172 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | CompositeMachine.cpp | 46 unsigned int can_close_drawer_counter; member 50 can_close_drawer_counter(0) in player_() 182 ++can_close_drawer_counter; in can_close_drawer() 262 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | SerializeWithHistory.cpp | 52 unsigned int can_close_drawer_counter; member 56 can_close_drawer_counter(0) in player_() 188 ++can_close_drawer_counter; in can_close_drawer() 268 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | History.cpp | 46 unsigned int can_close_drawer_counter; member 50 can_close_drawer_counter(0) in player_() 182 ++can_close_drawer_counter; in can_close_drawer() 262 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | OrthogonalDeferredEuml.cpp | 104 BOOST_MSM_EUML_DECLARE_ATTRIBUTE(unsigned int,can_close_drawer_counter) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 120 Empty == Open + open_close / ++fsm_(can_close_drawer_counter), 143 … attributes_ << start_playback_counter << can_close_drawer_counter 185 … BOOST_CHECK_MESSAGE(p.get_attribute(can_close_drawer_counter) == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | OrthogonalDeferred.cpp | 57 unsigned int can_close_drawer_counter; member 63 can_close_drawer_counter(0), in player_() 244 ++can_close_drawer_counter; in can_close_drawer() 339 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | OrthogonalDeferred2.cpp | 64 unsigned int can_close_drawer_counter; member 70 can_close_drawer_counter(0), in player_() 249 ++can_close_drawer_counter; in can_close_drawer() 346 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|
D | OrthogonalDeferred3.cpp | 64 unsigned int can_close_drawer_counter; member 70 can_close_drawer_counter(0), in player_() 249 ++can_close_drawer_counter; in can_close_drawer() 363 BOOST_CHECK_MESSAGE(p.can_close_drawer_counter == 1,"guard not called correctly"); in BOOST_AUTO_TEST_CASE()
|