Searched refs:ASSERT_DEATH (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8340 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
8429 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
8448 // compile inside functions where ASSERT_DEATH doesn't
8457 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
8502 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
8520 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
8614 # define ASSERT_DEATH(statement, regex) \ macro
8617 // Like ASSERT_DEATH, but continues on to successive tests in the
8705 ASSERT_DEATH(statement, regex)
8719 ASSERT_DEATH(statemen
[all...]

Completed in 51 milliseconds