Searched refs:m_next_exception (Results 1 – 1 of 1) sorted by relevance
31 m_next_exception.reset( in ExceptionRecord()42 m_next_exception(nullptr), in ExceptionRecord()49 m_next_exception.reset(new ExceptionRecord( in ExceptionRecord()61 return m_next_exception.get(); in GetNextException()72 std::shared_ptr<ExceptionRecord> m_next_exception; variable