Home
last modified time | relevance | path

Searched defs:reactions (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/libs/statechart/example/Keyboard/
DKeyboard.cpp56 typedef sc::custom_reaction< EvRequestShutdown > reactions; typedef
63 typedef sc::transition< EvNumLockPressed, NumLockOff > reactions; typedef
68 typedef sc::transition< EvNumLockPressed, NumLockOn > reactions; typedef
73 typedef sc::transition< EvCapsLockPressed, CapsLockOff > reactions; typedef
78 typedef sc::transition< EvCapsLockPressed, CapsLockOn > reactions; typedef
83 typedef sc::transition< EvScrollLockPressed, ScrollLockOff > reactions; typedef
88 typedef sc::transition< EvScrollLockPressed, ScrollLockOn > reactions; typedef
/third_party/boost/libs/statechart/test/
DTerminationTest.cpp122 typedef sc::termination< EvTerminateA > reactions; typedef
127 typedef sc::termination< EvTerminateB > reactions; typedef
134 typedef sc::termination< EvTerminateC > reactions; typedef
139 typedef sc::termination< EvTerminateD > reactions; typedef
146 typedef sc::termination< EvTerminateE > reactions; typedef
151 typedef sc::termination< EvTerminateF > reactions; typedef
156 typedef sc::termination< EvTerminateG > reactions; typedef
179 typedef sc::termination< sc::event_base > reactions; typedef
DDeferralTest.cpp62 typedef sc::custom_reaction< EvNodeDeferred > reactions; typedef
78 > reactions; typedef
89 typedef sc::transition< EvSwitch, Idle > reactions; typedef
97 > reactions; typedef
113 typedef sc::transition< EvToX3, X3 > reactions; typedef
121 > reactions; typedef
DDeferralBug.cpp41 > reactions; typedef
51 > reactions; typedef
61 > reactions; typedef
DStateIterationTest.cpp79 typedef sc::transition< EvToA, A > reactions; typedef
84 typedef sc::transition< EvToB, B > reactions; typedef
91 typedef sc::transition< EvToD, D > reactions; typedef
100 typedef sc::transition< EvToE, E > reactions; typedef
DStateCastTest.cpp77 typedef sc::transition< EvToB, B > reactions; typedef
85 typedef sc::custom_reaction< EvCheck > reactions; typedef
97 typedef sc::custom_reaction< EvCheck > reactions; typedef
115 typedef sc::transition< EvToF, F > reactions; typedef
DCustomReactionTest.cpp111 > reactions; typedef
165 > reactions; typedef
195 > reactions; typedef
222 > reactions; typedef
249 > reactions; typedef
277 > reactions; typedef
333 typedef sc::custom_reaction< sc::event_base > reactions; typedef
DTriggeringEventTest.cpp69 > reactions; typedef
76 > reactions; typedef
DTransitionTest.cpp273 typedef sc::transition< E, S211< M > > reactions; typedef
302 > reactions; typedef
317 > reactions; typedef
331 > reactions; typedef
346 > reactions; typedef
360 > reactions; typedef
399 TransitionEventBaseTest, &TransitionEventBaseTest::Transit > reactions; typedef
404 typedef sc::transition< sc::event_base, X2 > reactions; typedef
DInStateReactionTest.cpp46 > reactions; typedef
64 > reactions; typedef
DInconsistentHistoryTest2.cpp32 typedef sc::transition< EvX, sc::shallow_history< B > > reactions; typedef
DInconsistentHistoryTest4.cpp32 typedef sc::transition< EvX, sc::deep_history< B > > reactions; typedef
DTuTest.cpp22 typedef sc::in_state_reaction< EvX, Initial, &Initial::Whatever > reactions; typedef
DHistoryTest.cpp79 > reactions; typedef
113 > reactions; typedef
/third_party/boost/boost/statechart/
Dtransition.hpp34 struct reactions struct in boost::statechart::transition
36 static result react_without_action( State & stt ) in react_without_action()
41 static result react_with_action( State & stt, const Event & evt ) in react_with_action()
Din_state_reaction.hpp36 struct reactions struct in boost::statechart::in_state_reaction
38 static result react_without_action( State & stt ) in react_without_action()
43 static result react_with_action( State & stt, const Event & evt ) in react_with_action()
/third_party/boost/libs/msm/doc/HTML/examples/
DSCComposite.cpp69 player, &player::store_cd_info > > reactions; typedef
77 player, &player::close_drawer > reactions; typedef
90 player, &player::stopped_again > > reactions; typedef
104 player, &player::stop_and_open > > reactions; typedef
114 Playing, &Playing::start_next_song > reactions; typedef
125 Playing, &Playing::start_prev_song > > reactions; typedef
132 Playing, &Playing::start_prev_song > reactions; typedef
144 player, &player::stop_and_open > > reactions; typedef
DSCSimple.cpp68 player, &player::store_cd_info > > reactions; typedef
76 player, &player::close_drawer > reactions; typedef
89 player, &player::stopped_again > > reactions; typedef
102 player, &player::stop_and_open > > reactions; typedef
114 player, &player::stop_and_open > > reactions; typedef
/third_party/boost/libs/msm/doc/PDF/examples/
DSCComposite.cpp69 player, &player::store_cd_info > > reactions; typedef
77 player, &player::close_drawer > reactions; typedef
90 player, &player::stopped_again > > reactions; typedef
104 player, &player::stop_and_open > > reactions; typedef
114 Playing, &Playing::start_next_song > reactions; typedef
125 Playing, &Playing::start_prev_song > > reactions; typedef
132 Playing, &Playing::start_prev_song > reactions; typedef
144 player, &player::stop_and_open > > reactions; typedef
DSCSimple.cpp68 player, &player::store_cd_info > > reactions; typedef
76 player, &player::close_drawer > reactions; typedef
89 player, &player::stopped_again > > reactions; typedef
102 player, &player::stop_and_open > > reactions; typedef
114 player, &player::stop_and_open > > reactions; typedef
/third_party/boost/libs/statechart/example/Camera/
DShooting.hpp40 typedef sc::transition< EvShutterRelease, NotShooting > reactions; typedef
56 > reactions; typedef
DCamera.hpp44 typedef sc::custom_reaction< EvShutterHalf > reactions; typedef
54 typedef sc::custom_reaction< EvConfig > reactions; typedef
DConfiguring.hpp31 typedef sc::transition< EvConfig, Idle > reactions; typedef
/third_party/boost/libs/statechart/example/StopWatch/
DStopWatch.cpp80 typedef sc::transition< EvReset, Active > reactions; typedef
101 typedef sc::transition< EvStartStop, Stopped > reactions; typedef
122 typedef sc::transition< EvStartStop, Running > reactions; typedef
DStopWatch2.cpp93 typedef sc::transition< EvReset, Active > reactions; typedef
117 > reactions; typedef
147 > reactions; typedef

12