Home
last modified time | relevance | path

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

/third_party/boost/libs/statechart/test/
DOuterOrthogonal.hpp39 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal0()
44 this->outermost_context().template ActualDestructor< MostDerived >(); in ~Orthogonal0()
49 this->outermost_context().template ActualExitFunction< MostDerived >(); in exit()
69 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal1()
74 this->outermost_context().template ActualDestructor< MostDerived >(); in ~Orthogonal1()
79 this->outermost_context().template ActualExitFunction< MostDerived >(); in exit()
99 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal2()
104 this->outermost_context().template ActualDestructor< MostDerived >(); in ~Orthogonal2()
109 this->outermost_context().template ActualExitFunction< MostDerived >(); in exit()
DCustomReactionTest.cpp115 outermost_context().Visited( *this ); in react()
169 outermost_context().Visited( *this ); in react()
175 outermost_context().Visited( *this ); in react()
199 outermost_context().Visited( *this ); in react()
205 outermost_context().Visited( *this ); in react()
211 outermost_context().Visited( *this ); in react()
226 outermost_context().Visited( *this ); in react()
232 outermost_context().Visited( *this ); in react()
238 outermost_context().Visited( *this ); in react()
253 outermost_context().Visited( *this ); in react()
[all …]
DInnermostDefault.hpp29 this->outermost_context().template ActualEntry< MostDerived >(); in InnermostDefault()
34 this->outermost_context().template ActualDestructor< MostDerived >(); in ~InnermostDefault()
39 this->outermost_context().template ActualExitFunction< MostDerived >(); in exit()
DDeferralTest.cpp66 outermost_context().IncrementProcessedCount(); in react()
82 outermost_context().IncrementProcessedCount(); in react()
DFifoSchedulerTest.cpp132 BOOST_REQUIRE( ev.expectedArgs_ == outermost_context().CtorArgs() ); in react()
133 outermost_context_type & machine = outermost_context(); in react()
DTransitionTest.cpp289 this->outermost_context().template ActualTransition< S0< M >, Event >(); in TransitImpl()
366 this->outermost_context().template ActualTransition< S11< M >, H >(); in react()
/third_party/boost/libs/statechart/example/PingPong/
DWaiting.hpp43 outermost_context_type & machine = outermost_context(); in Waiting()
62 outermost_context_type & machine = outermost_context(); in react()
81 outermost_context_type & machine = outermost_context(); in DestroyMyself()
/third_party/boost/boost/statechart/
Dsimple_state.hpp216 outermost_context_type & outermost_context() in outermost_context() function in boost::statechart::simple_state
222 return pContext_->outermost_context(); in outermost_context()
225 const outermost_context_type & outermost_context() const in outermost_context() function in boost::statechart::simple_state
231 return pContext_->outermost_context(); in outermost_context()
Dstate_machine.hpp570 outermost_context_type & outermost_context() in outermost_context() function in boost::statechart::state_machine
575 const outermost_context_type & outermost_context() const in outermost_context() function in boost::statechart::state_machine