Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc649 class WindowsDeathTest : public DeathTestImpl { class
651 WindowsDeathTest(const char* a_statement, Matcher<const std::string&> matcher, in WindowsDeathTest() function in testing::internal::WindowsDeathTest
680 int WindowsDeathTest::Wait() { in Wait()
725 DeathTest::TestRole WindowsDeathTest::AssumeRole() { in AssumeRole()
1496 *test = new WindowsDeathTest(statement, std::move(matcher), file, line); in Create()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h175 class WindowsDeathTest; variable
616 friend class internal::WindowsDeathTest;