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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h113 virtual TestRole AssumeRole() = 0;
226 switch (gtest_dt->AssumeRole()) { \
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc659 virtual TestRole AssumeRole();
720 // The AssumeRole process for a Windows death test. It creates a child
725 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
823 TestRole AssumeRole() override;
967 // The AssumeRole process for a Fuchsia death test. It creates a child
972 DeathTest::TestRole FuchsiaDeathTest::AssumeRole() { function in class:testing::internal::FuchsiaDeathTest
1071 // methods of the DeathTest interface. Only the AssumeRole method is
1114 TestRole AssumeRole() override;
1117 // The AssumeRole process for a fork-and-run death test. It implements a
1119 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
1413 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc629 virtual TestRole AssumeRole();
690 // The AssumeRole process for a Windows death test. It creates a child
695 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
785 // methods of the DeathTest interface. Only the AssumeRole method is
828 virtual TestRole AssumeRole();
831 // The AssumeRole process for a fork-and-run death test. It implements a
833 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
884 virtual TestRole AssumeRole();
1114 // The AssumeRole process for a fork-and-exec death test. It re-executes the
1118 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]

Completed in 7 milliseconds