Home
last modified time | relevance | path

Searched refs:EvToB (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/statechart/test/
DHistoryTest.cpp29 struct EvToB : sc::event< EvToB > {}; struct
68 sc::transition< EvToB, B >,
152 pM->process_event( EvToB() ); in test_main()
165 pM->process_event( EvToB() ); in test_main()
184 pM->process_event( EvToB() ); in test_main()
191 pM->process_event( EvToB() ); in test_main()
198 pM->process_event( EvToB() ); in test_main()
210 pM->process_event( EvToB() ); in test_main()
236 pM->process_event( EvToB() ); in test_main()
251 pM->process_event( EvToB() ); in test_main()
[all …]
DStateIterationTest.cpp30 struct EvToB : sc::event< EvToB > {}; struct
84 typedef sc::transition< EvToB, B > reactions;
125 machine.process_event( EvToB() ); in test_main()
131 machine.process_event( EvToB() ); in test_main()
DStateCastTest.cpp28 struct EvToB : sc::event< EvToB > {}; struct
77 typedef sc::transition< EvToB, B > reactions;
169 machine.process_event( EvToB() ); in test_main()