Searched refs:custom_reaction (Results 1 – 16 of 16) sorted by relevance
/third_party/boost/libs/statechart/test/ |
D | CustomReactionTest.cpp | 104 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 …]
|
D | DeferralTest.cpp | 62 typedef sc::custom_reaction< EvNodeDeferred > reactions; 75 sc::custom_reaction< EvLeafDeferred >,
|
D | InvalidResultAssignTest.cpp | 31 typedef sc::custom_reaction< E > reactions;
|
D | InconsistentHistoryTest6.cpp | 31 typedef sc::custom_reaction< EvX > reactions;
|
D | InconsistentHistoryTest8.cpp | 31 typedef sc::custom_reaction< EvX > reactions;
|
D | InvalidResultCopyTest.cpp | 32 typedef sc::custom_reaction< E > reactions;
|
D | StateCastTest.cpp | 85 typedef sc::custom_reaction< EvCheck > reactions; 97 typedef sc::custom_reaction< EvCheck > reactions;
|
D | FifoSchedulerTest.cpp | 125 sc::custom_reaction< EvCheckCtorArgs >, 127 sc::custom_reaction< EvFail >
|
D | TransitionTest.cpp | 359 sc::custom_reaction< H >
|
/third_party/boost/boost/statechart/ |
D | custom_reaction.hpp | 28 class custom_reaction class 52 class custom_reaction< event_base > class
|
/third_party/boost/libs/statechart/example/Camera/ |
D | Camera.hpp | 44 typedef sc::custom_reaction< EvShutterHalf > reactions; 54 typedef sc::custom_reaction< EvConfig > reactions;
|
D | Shooting.hpp | 54 sc::custom_reaction< EvInFocus >,
|
D | Shooting.cpp | 44 typedef sc::custom_reaction< EvShutterFull > reactions;
|
/third_party/boost/libs/statechart/example/PingPong/ |
D | Waiting.hpp | 34 sc::custom_reaction< BallReturned >, 35 sc::custom_reaction< GameAborted >
|
/third_party/boost/libs/statechart/example/StopWatch/ |
D | StopWatch2.cpp | 115 sc::custom_reaction< EvGetElapsedTime >, 145 sc::custom_reaction< EvGetElapsedTime >,
|
/third_party/boost/libs/statechart/example/Keyboard/ |
D | Keyboard.cpp | 56 typedef sc::custom_reaction< EvRequestShutdown > reactions;
|