Searched refs:performFullExit (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/statechart/detail/ |
D | node_state.hpp | 52 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()
|
D | leaf_state.hpp | 55 bool performFullExit ) in remove_from_state_list() argument 63 pState->exit_impl( pState, pOutermostUnstableState, performFullExit ); in remove_from_state_list() 69 bool performFullExit ) = 0;
|
D | state_base.hpp | 141 bool performFullExit ) = 0;
|
/third_party/boost/boost/statechart/ |
D | state_machine.hpp | 918 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()
|
D | simple_state.hpp | 508 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()
|