Home
last modified time | relevance | path

Searched refs:statechart (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/boost/libs/statechart/test/
DJamfile.v27 project libs/statechart/test ;
36 rule statechart-st-lib ( name : cpp-sources + : requirements * )
50 rule statechart-run ( name : sources + : requirements * )
55 rule statechart-st-run ( name : sources + : requirements * )
57 return [ statechart-run $(name) : $(sources)
61 rule statechart-st-run-variants ( cpp-source )
65 result += [ statechart-st-run $(cpp-source)Normal
67 result += [ statechart-st-run $(cpp-source)Native
69 result += [ statechart-st-run $(cpp-source)Relaxed
71 result += [ statechart-st-run $(cpp-source)Both
[all …]
DInvalidResultDefCtorTest.cpp15 namespace sc = boost::statechart;
DUnconsumedResultTest.cpp29 namespace sc = boost::statechart;
DInvalidChartTest1.cpp14 namespace sc = boost::statechart;
DInconsistentHistoryTest7.cpp14 namespace sc = boost::statechart;
DInconsistentHistoryTest5.cpp14 namespace sc = boost::statechart;
DInvalidChartTest2.cpp14 namespace sc = boost::statechart;
DInconsistentHistoryTest3.cpp17 namespace sc = boost::statechart;
DInconsistentHistoryTest1.cpp17 namespace sc = boost::statechart;
DInconsistentHistoryTest2.cpp17 namespace sc = boost::statechart;
DInconsistentHistoryTest4.cpp17 namespace sc = boost::statechart;
DInvalidResultAssignTest.cpp19 namespace sc = boost::statechart;
/third_party/boost/libs/statechart/example/
DJamfile.v27 project libs/statechart/example ;
27 rule statechart-st-example-build (
42 rule statechart-mt-example-build (
54 : [ statechart-st-example-build BitMachine : BitMachine : BitMachine ]
55 [ statechart-st-example-build Camera
57 [ statechart-st-example-build Handcrafted : Handcrafted : Handcrafted ]
58 [ statechart-st-example-build KeyboardNormal : Keyboard : Keyboard ]
59 [ statechart-st-example-build KeyboardNative
61 [ statechart-st-example-build PingPongSingle
63 [ statechart-mt-example-build PingPongMulti1
[all …]
/third_party/boost/boost/statechart/
Devent_base.hpp22 namespace statechart namespace
82 inline void intrusive_ptr_add_ref( const ::boost::statechart::event_base * pBase ) in intrusive_ptr_add_ref()
87 inline void intrusive_ptr_release( const ::boost::statechart::event_base * pBase ) in intrusive_ptr_release()
91 ::boost::statechart::detail::delete_helper::delete_object( pBase ); in intrusive_ptr_release()
100 namespace statechart namespace
Dresult.hpp17 namespace statechart namespace
103 static ::boost::statechart::result make_result( reaction_result value ) in make_result()
108 static reaction_result get_result( ::boost::statechart::result value ) in get_result()
Dnull_exception_translator.hpp17 namespace statechart namespace
Dexception_translator.hpp18 namespace statechart namespace
Ddeep_history.hpp18 namespace statechart namespace
Dshallow_history.hpp18 namespace statechart namespace
/third_party/boost/libs/statechart/example/BitMachine/
DUniqueObjectAllocator.hpp42 boost::statechart::detail::avoid_unused_warning( size ); in allocate()
50 boost::statechart::detail::avoid_unused_warning( p ); in deallocate()
51 boost::statechart::detail::avoid_unused_warning( size ); in deallocate()
/third_party/boost/boost/statechart/detail/
Dstate_base.hpp39 namespace statechart namespace
159 const ::boost::statechart::detail::state_base< Allocator, RttiPolicy > * pBase ) in intrusive_ptr_add_ref()
166 const ::boost::statechart::detail::state_base< Allocator, RttiPolicy > * pBase ) in intrusive_ptr_release()
Davoid_unused_warning.hpp13 namespace statechart namespace
/third_party/boost/libs/statechart/example/PingPong/
DPlayer.hpp46 namespace sc = boost::statechart;
84 namespace statechart namespace
/third_party/boost/libs/statechart/example/Camera/
DConfiguring.hpp24 namespace sc = boost::statechart;
/third_party/boost/libs/statechart/
DJamfile.v27 project libs/statechart ;

1234