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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc824 class NoExecDeathTest : public ForkingDeathTest { class in namespace:testing::internal
826 NoExecDeathTest(const char* a_statement, const RE* a_regex) : function in class:testing::internal::NoExecDeathTest
833 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
1152 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1208 *test = new NoExecDeathTest(statement, regex);
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc1110 class NoExecDeathTest : public ForkingDeathTest { class in namespace:testing::internal
1112 NoExecDeathTest(const char* a_statement, Matcher<const std::string&> matcher) function in class:testing::internal::NoExecDeathTest
1119 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
1447 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1511 *test = new NoExecDeathTest(statement, std::move(matcher));
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
H A Dgtest.h154 class NoExecDeathTest;
1103 friend class internal::NoExecDeathTest;
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest.h167 class NoExecDeathTest;
1209 friend class internal::NoExecDeathTest;

Completed in 12 milliseconds