/third_party/boost/libs/mpl/example/fsm/ |
D | player1.cpp | 207 void start_playback(play const&); 228 row < Stopped , play , Playing , &p::start_playback >, 249 row<Stopped, play, Playing, &player::start_playback> 258 void player::start_playback(play const&){} in start_playback() function in player
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | SCSimple.cpp | 52 void start_playback(play const&) { /*std::cout << "player::start_playback\n";*/ } in start_playback() function 85 player, &player::start_playback >,
|
D | SimplePhoenix.cpp | 119 boost::phoenix::function<start_playback_impl> start_playback; variable 171 Playing == Stopped + play / start_playback() ,
|
D | EumlSimple.cpp | 39 BOOST_MSM_EUML_ACTION(start_playback) in BOOST_MSM_EUML_EVENT() 112 Playing == Stopped + play / start_playback ,
|
D | SimpleTutorial.cpp | 108 void start_playback(play const&) { std::cout << "player::start_playback\n"; } in start_playback() function 141 a_row < Stopped , play , Playing , &p::start_playback >,
|
D | SCComposite.cpp | 53 void start_playback(play const&) { /*std::cout << "player::start_playback\n";*/ } in start_playback() function 86 player, &player::start_playback >,
|
D | MsmSimpleFunctors.cpp | 89 struct start_playback struct 158 Row < Stopped , play , Playing , start_playback >,
|
D | SimpleTutorialInternal2.cpp | 130 void start_playback(play const&) { std::cout << "player::start_playback\n"; } in start_playback() function 157 a_row < Stopped , play , Playing , &p::start_playback >,
|
D | SimpleTutorial2.cpp | 101 void start_playback(play const&) { std::cout << "Stopped::start_playback\n"; } in start_playback() function 148 a_row2 < Stopped , play , Playing , Stopped , &Stopped::start_playback >,
|
D | Serialize.cpp | 116 void start_playback(play const&) { std::cout << "player::start_playback\n"; } in start_playback() function 149 a_row < Stopped , play , Playing , &p::start_playback >,
|
D | SimpleTutorialInternal.cpp | 100 void start_playback(play const&) { std::cout << "player::start_playback\n"; } in start_playback() function 151 a_row < Stopped , play , Playing , &p::start_playback >,
|
D | MsmComposite.cpp | 121 void start_playback(play const&) { } in start_playback() function 138 a_row < Stopped , play , Playing , &p::start_playback >,
|
D | SimpleWithFunctors3.cpp | 125 struct start_playback struct 236 TestFct,start_playback> >
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | stress-videooverlay.c | 184 start_playback (GstElement * pipeline) in start_playback() function 237 g_timeout_add_seconds (20, (GSourceFunc) start_playback, pipeline); in main()
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | SCSimple.cpp | 52 void start_playback(play const&) { /*std::cout << "player::start_playback\n";*/ } in start_playback() function 85 player, &player::start_playback >,
|
D | SimplePhoenix.cpp | 119 boost::phoenix::function<start_playback_impl> start_playback; variable 171 Playing == Stopped + play / start_playback() ,
|
D | EumlSimple.cpp | 39 BOOST_MSM_EUML_ACTION(start_playback) in BOOST_MSM_EUML_EVENT() 112 Playing == Stopped + play / start_playback ,
|
D | SimpleTutorial.cpp | 108 void start_playback(play const&) { std::cout << "player::start_playback\n"; } in start_playback() function 141 a_row < Stopped , play , Playing , &p::start_playback >,
|
D | MsmSimpleFunctors.cpp | 89 struct start_playback struct 158 Row < Stopped , play , Playing , start_playback >,
|
D | SCComposite.cpp | 53 void start_playback(play const&) { /*std::cout << "player::start_playback\n";*/ } in start_playback() function 86 player, &player::start_playback >,
|
D | SimpleTutorialInternal2.cpp | 130 void start_playback(play const&) { std::cout << "player::start_playback\n"; } in start_playback() function 157 a_row < Stopped , play , Playing , &p::start_playback >,
|
D | SimpleTutorialInternal.cpp | 100 void start_playback(play const&) { std::cout << "player::start_playback\n"; } in start_playback() function 151 a_row < Stopped , play , Playing , &p::start_playback >,
|
D | SimpleWithFunctors3.cpp | 125 struct start_playback struct 236 TestFct,start_playback> >
|
D | SimpleTutorial2.cpp | 101 void start_playback(play const&) { std::cout << "Stopped::start_playback\n"; } in start_playback() function 148 a_row2 < Stopped , play , Playing , Stopped , &Stopped::start_playback >,
|
/third_party/boost/libs/msm/test/ |
D | Constructor.cpp | 121 void start_playback(play const&) {} in start_playback() function 150 a_row < Stopped , play , Playing , &p::start_playback >,
|