Home
last modified time | relevance | path

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

/third_party/boost/libs/msm/test/
DSimpleEuml2.cpp56 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()
DSimpleEuml.cpp56 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()
DSimpleInternalEuml.cpp83 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()
DSimpleMachine.cpp54 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()
DSimpleInternal.cpp56 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()
DSerialize.cpp60 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()
DSerializeSimpleEuml.cpp62 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
DSimpleInternalFunctors.cpp61 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()
DSimpleWithFunctors.cpp64 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()
DEventQueue.cpp64 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()
DCompositeEuml.cpp92 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()
DCompositeMachine.cpp46 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()
DSerializeWithHistory.cpp52 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()
DHistory.cpp46 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()
DOrthogonalDeferredEuml.cpp104 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()
DOrthogonalDeferred.cpp57 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()
DOrthogonalDeferred2.cpp64 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()
DOrthogonalDeferred3.cpp64 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()