Home
last modified time | relevance | path

Searched refs:LastMessage (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h160 static const char* LastMessage();
250 : fail(::testing::internal::DeathTest::LastMessage())
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc395 const char* DeathTest::LastMessage() { in LastMessage() function in testing::internal::DeathTest