Searched refs:m_next_event_action_up (Results 1 – 2 of 2) sorted by relevance
2900 if (m_next_event_action_up) in SetNextEventAction()2901 m_next_event_action_up->HandleBeingUnshipped(); in SetNextEventAction()2903 m_next_event_action_up.reset(next_event_action); in SetNextEventAction()3133 std::unique_ptr<NextEventAction> m_next_event_action_up; variable
474 m_should_detach(false), m_next_event_action_up(), m_public_run_lock(), in Process()595 m_next_event_action_up.reset(); in Finalize()3887 if (m_next_event_action_up) { in HandlePrivateEvent()3889 m_next_event_action_up->PerformAction(event_sp); in HandlePrivateEvent()3906 SetExitStatus(0, m_next_event_action_up->GetExitString()); in HandlePrivateEvent()