Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc389 class DeathTestImpl : public DeathTest { class
391 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl
401 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
452 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte()
497 void DeathTestImpl::Abort(AbortReason reason) { in Abort()
557 bool DeathTestImpl::Passed(bool status_ok) { in Passed()
640 class WindowsDeathTest : public DeathTestImpl {
646 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} in WindowsDeathTest()
806 class FuchsiaDeathTest : public DeathTestImpl {
1001 class ForkingDeathTest : public DeathTestImpl {
[all …]