Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc683 virtual TestRole AssumeRole();
746 DeathTest::TestRole WindowsDeathTest::AssumeRole() { in AssumeRole() function in testing::internal::WindowsDeathTest
843 TestRole AssumeRole() override;
954 DeathTest::TestRole FuchsiaDeathTest::AssumeRole() { in AssumeRole() function in testing::internal::FuchsiaDeathTest
1096 TestRole AssumeRole() override;
1101 DeathTest::TestRole NoExecDeathTest::AssumeRole() { in AssumeRole() function in testing::internal::NoExecDeathTest
1154 TestRole AssumeRole() override;
1354 DeathTest::TestRole ExecDeathTest::AssumeRole() { in AssumeRole() function in testing::internal::ExecDeathTest
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h141 virtual TestRole AssumeRole() = 0;
233 switch (gtest_dt->AssumeRole()) { \
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc973 TestRole AssumeRole() override { in AssumeRole() function in __anon8e9e0cc60111::MockDeathTest