Home
last modified time | relevance | path

Searched refs:performFullExit (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/statechart/detail/
Dnode_state.hpp52 bool performFullExit ) = 0;
99 bool performFullExit ) in remove_from_state_list() argument
115 pSelf->exit_impl( pSelf, pOutermostUnstableState, performFullExit ); in remove_from_state_list()
129 statesEnd, pOutermostUnstableState, performFullExit ); in remove_from_state_list()
Dleaf_state.hpp55 bool performFullExit ) in remove_from_state_list() argument
63 pState->exit_impl( pState, pOutermostUnstableState, performFullExit ); in remove_from_state_list()
69 bool performFullExit ) = 0;
Dstate_base.hpp141 bool performFullExit ) = 0;
/third_party/boost/boost/statechart/
Dstate_machine.hpp918 void terminate_impl( bool performFullExit ) in terminate_impl() argument
924 terminate_impl( *pOutermostState_, performFullExit ); in terminate_impl()
933 void terminate_impl( state_base_type & theState, bool performFullExit ) in terminate_impl() argument
943 currentStatesEnd_, pOutermostUnstableState_, performFullExit ); in terminate_impl()
957 pState, pOutermostUnstableState_, performFullExit ); in terminate_impl()
964 ++currentStatesEnd_, pOutermostUnstableState_, performFullExit ); in terminate_impl()
Dsimple_state.hpp508 bool performFullExit ) in exit_impl() argument
513 exit_impl( pMostDerivedSelf, pOutermostUnstableState, performFullExit ); in exit_impl()
520 bool performFullExit ) in exit_impl() argument
544 if ( performFullExit ) in exit_impl()
554 pContext, pOutermostUnstableState, performFullExit ); in exit_impl()