Home
last modified time | relevance | path

Searched refs:EvX (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/statechart/test/
DInconsistentHistoryTest6.cpp20 struct EvX : sc::event< EvX > {}; struct
31 typedef sc::custom_reaction< EvX > reactions;
33 sc::result react( const EvX & ) in react()
DInconsistentHistoryTest8.cpp20 struct EvX : sc::event< EvX > {}; struct
31 typedef sc::custom_reaction< EvX > reactions;
33 sc::result react( const EvX & ) in react()
DInconsistentHistoryTest2.cpp21 struct EvX : sc::event< EvX > {}; struct
32 typedef sc::transition< EvX, sc::shallow_history< B > > reactions;
DInconsistentHistoryTest4.cpp21 struct EvX : sc::event< EvX > {}; struct
32 typedef sc::transition< EvX, sc::deep_history< B > > reactions;
DInvalidTransitionTest1.cpp23 struct EvX : sc::event< EvX > {}; struct
37 typedef sc::transition< EvX, Idle1 > reactions;
DInvalidTransitionTest2.cpp23 struct EvX : sc::event< EvX > {}; struct
47 typedef sc::transition< EvX, Idle00 > reactions;
DTuTest.cpp20 void Whatever( const EvX & ) {} in Whatever()
22 typedef sc::in_state_reaction< EvX, Initial, &Initial::Whatever > reactions;
DTuTest.hpp40 struct BOOST_STATECHART_DECL EvX : sc::event< EvX > {}; struct
DTuTestMain.cpp23 machine.process_event( EvX() ); in test_main()