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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
/gem5/ext/googletest/googletest/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...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc907 // The value a MockDeathTest will return from its AssumeRole method.
914 // Number of times AssumeRole was called.
943 virtual TestRole AssumeRole() { function in class:MockDeathTest

Completed in 15 milliseconds