HomeSort by: relevance | last modified time | path
    Searched refs:WindowsDeathTest (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 621 // WindowsDeathTest implements death tests on Windows. Due to the
649 class WindowsDeathTest : public DeathTestImpl {
651 WindowsDeathTest(const char* a_statement, Matcher<const std::string&> matcher,
680 int WindowsDeathTest::Wait() {
725 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
739 // WindowsDeathTest uses an anonymous pipe to communicate results of
1496 *test = new WindowsDeathTest(statement, std::move(matcher), file, line);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 175 class WindowsDeathTest;
616 friend class internal::WindowsDeathTest;

Completed in 72 milliseconds