Home
last modified time | relevance | path

Searched refs:custom_reaction (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/statechart/test/
DCustomReactionTest.cpp104 sc::custom_reaction< EvDiscardNever >,
105 sc::custom_reaction< EvDiscardInB >,
106 sc::custom_reaction< EvDiscardInD >,
107 sc::custom_reaction< EvDefer >,
108 sc::custom_reaction< EvTerminate >,
109 sc::custom_reaction< EvTransitWithAction >,
110 sc::custom_reaction< EvTransit >
162 sc::custom_reaction< EvDiscardNever >,
163 sc::custom_reaction< EvDiscardInB >,
164 sc::custom_reaction< EvDiscardInD >
[all …]
DDeferralTest.cpp62 typedef sc::custom_reaction< EvNodeDeferred > reactions;
75 sc::custom_reaction< EvLeafDeferred >,
DInvalidResultAssignTest.cpp31 typedef sc::custom_reaction< E > reactions;
DInconsistentHistoryTest6.cpp31 typedef sc::custom_reaction< EvX > reactions;
DInconsistentHistoryTest8.cpp31 typedef sc::custom_reaction< EvX > reactions;
DInvalidResultCopyTest.cpp32 typedef sc::custom_reaction< E > reactions;
DStateCastTest.cpp85 typedef sc::custom_reaction< EvCheck > reactions;
97 typedef sc::custom_reaction< EvCheck > reactions;
DFifoSchedulerTest.cpp125 sc::custom_reaction< EvCheckCtorArgs >,
127 sc::custom_reaction< EvFail >
DTransitionTest.cpp359 sc::custom_reaction< H >
/third_party/boost/boost/statechart/
Dcustom_reaction.hpp28 class custom_reaction class
52 class custom_reaction< event_base > class
/third_party/boost/libs/statechart/example/Camera/
DCamera.hpp44 typedef sc::custom_reaction< EvShutterHalf > reactions;
54 typedef sc::custom_reaction< EvConfig > reactions;
DShooting.hpp54 sc::custom_reaction< EvInFocus >,
DShooting.cpp44 typedef sc::custom_reaction< EvShutterFull > reactions;
/third_party/boost/libs/statechart/example/PingPong/
DWaiting.hpp34 sc::custom_reaction< BallReturned >,
35 sc::custom_reaction< GameAborted >
/third_party/boost/libs/statechart/example/StopWatch/
DStopWatch2.cpp115 sc::custom_reaction< EvGetElapsedTime >,
145 sc::custom_reaction< EvGetElapsedTime >,
/third_party/boost/libs/statechart/example/Keyboard/
DKeyboard.cpp56 typedef sc::custom_reaction< EvRequestShutdown > reactions;