Searched refs:next_song (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | CompositeTutorialEuml.cpp | 32 BOOST_MSM_EUML_EVENT(next_song) 64 Song2 == Song1 + next_song / start_next_song, 66 Song3 == Song2 + next_song / start_next_song, 160 p.process_event(next_song);pstate(p); //2nd song active in test() 161 p.process_event(next_song);pstate(p);//3rd song active in test()
|
D | HistoryEuml.cpp | 32 BOOST_MSM_EUML_EVENT(next_song) 61 Song2 == Song1 + next_song / start_next_song, 63 Song3 == Song2 + next_song / start_next_song, 157 p.process_event(next_song);pstate(p); //2nd song active in test() 158 p.process_event(next_song);pstate(p);//3rd song active in test()
|
D | EumlInternalDistributed.cpp | 35 BOOST_MSM_EUML_EVENT(next_song) 73 Song2 == Song1 + next_song / start_next_song, 75 Song3 == Song2 + next_song / start_next_song, 194 p.process_event(next_song);pstate(p); //2nd song active in test() 195 p.process_event(next_song);pstate(p);//3rd song active in test()
|
D | CompositeTutorialWithEumlTable.cpp | 37 next_song_impl next_song; variable 106 Song2 == Song1 + next_song / start_next_song, 108 Song3 == Song2 + next_song / start_next_song, 190 p.process_event(next_song);pstate(p); //2nd song active in test() 191 p.process_event(next_song);pstate(p);//3rd song active in test()
|
D | OrthogonalDeferredEuml.cpp | 32 BOOST_MSM_EUML_EVENT(next_song) 102 Song2 == Song1 + next_song / start_next_song, 104 Song3 == Song2 + next_song / start_next_song, 216 p.process_event(next_song);pstate(p); //2nd song active in test() 217 p.process_event(next_song);pstate(p);//3rd song active in test()
|
D | OrthogonalDeferredEuml2.cpp | 32 BOOST_MSM_EUML_EVENT(next_song) 101 Song2 == Song1 + next_song / start_next_song, 103 Song3 == Song2 + next_song / start_next_song,
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | CompositeTutorialEuml.cpp | 32 BOOST_MSM_EUML_EVENT(next_song) 64 Song2 == Song1 + next_song / start_next_song, 66 Song3 == Song2 + next_song / start_next_song, 160 p.process_event(next_song);pstate(p); //2nd song active in test() 161 p.process_event(next_song);pstate(p);//3rd song active in test()
|
D | HistoryEuml.cpp | 32 BOOST_MSM_EUML_EVENT(next_song) 61 Song2 == Song1 + next_song / start_next_song, 63 Song3 == Song2 + next_song / start_next_song, 157 p.process_event(next_song);pstate(p); //2nd song active in test() 158 p.process_event(next_song);pstate(p);//3rd song active in test()
|
D | EumlInternalDistributed.cpp | 35 BOOST_MSM_EUML_EVENT(next_song) 73 Song2 == Song1 + next_song / start_next_song, 75 Song3 == Song2 + next_song / start_next_song, 194 p.process_event(next_song);pstate(p); //2nd song active in test() 195 p.process_event(next_song);pstate(p);//3rd song active in test()
|
D | OrthogonalDeferredEuml.cpp | 32 BOOST_MSM_EUML_EVENT(next_song) 102 Song2 == Song1 + next_song / start_next_song, 104 Song3 == Song2 + next_song / start_next_song, 216 p.process_event(next_song);pstate(p); //2nd song active in test() 217 p.process_event(next_song);pstate(p);//3rd song active in test()
|
D | CompositeTutorialWithEumlTable.cpp | 37 next_song_impl next_song; variable 106 Song2 == Song1 + next_song / start_next_song, 108 Song3 == Song2 + next_song / start_next_song, 190 p.process_event(next_song);pstate(p); //2nd song active in test() 191 p.process_event(next_song);pstate(p);//3rd song active in test()
|
D | OrthogonalDeferredEuml2.cpp | 32 BOOST_MSM_EUML_EVENT(next_song) 101 Song2 == Song1 + next_song / start_next_song, 103 Song3 == Song2 + next_song / start_next_song,
|
/third_party/boost/libs/msm/test/ |
D | CompositeEuml.cpp | 38 BOOST_MSM_EUML_EVENT(next_song) 69 …Song2 == Song1 + next_song … 71 …Song3 == Song2 + next_song / ++fsm_(start_next_song_counter) … 196 p.process_event(next_song); in BOOST_AUTO_TEST_CASE() 213 p.process_event(next_song); in BOOST_AUTO_TEST_CASE()
|
D | OrthogonalDeferredEuml.cpp | 34 BOOST_MSM_EUML_EVENT(next_song) 81 …Song2 == Song1 + next_song … 83 …Song3 == Song2 + next_song / ++fsm_(start_next_song_counter) … 208 p.process_event(next_song); in BOOST_AUTO_TEST_CASE() 221 p.process_event(next_song); in BOOST_AUTO_TEST_CASE()
|