Searched refs:exceptionToLog (Results 1 – 2 of 2) sorted by relevance
406 std::exception_ptr exceptionToLog = in TEST() local408 EXPECT_EQ(eptr, exceptionToLog); in TEST()435 std::exception_ptr exceptionToLog = in TEST() local437 EXPECT_EQ(inner, exceptionToLog); in TEST()471 std::exception_ptr exceptionToLog = in TEST() local473 EXPECT_EQ(middle, exceptionToLog); in TEST()498 std::exception_ptr exceptionToLog = in TEST() local500 EXPECT_EQ(outer, exceptionToLog); in TEST()525 std::exception_ptr exceptionToLog = in TEST() local527 EXPECT_EQ(outer, exceptionToLog); in TEST()[all …]
51 std::exception_ptr exceptionToLog = internal::getExceptionToLog(eptr); in logError() local59 std::rethrow_exception(exceptionToLog); in logError()134 std::exception_ptr exceptionToLog{eptr}; in getExceptionToLog() local186 exceptionToLog = curptr; in getExceptionToLog()190 return exceptionToLog; in getExceptionToLog()