Searched refs:pCurrentState (Results 1 – 1 of 1) sorted by relevance
293 const state_base_type * pCurrentState( in state_cast() local296 while ( pCurrentState != 0 ) in state_cast()305 impl::deref_if_necessary( pCurrentState ) ); in state_cast()318 pCurrentState = pCurrentState->outer_state_ptr(); in state_cast()338 const state_base_type * pCurrentState( in state_downcast() local341 while ( pCurrentState != 0 ) in state_downcast()343 if ( pCurrentState->dynamic_type() == targetType ) in state_downcast()346 impl::deref_if_necessary( pCurrentState ) ); in state_downcast()349 pCurrentState = pCurrentState->outer_state_ptr(); in state_downcast()756 state_base_type * pCurrentState ) in handle_exception_event() argument[all …]