Searched refs:DeathTestImpl (Results 1 – 1 of 1) sorted by relevance
7846 class DeathTestImpl : public DeathTest { class7848 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl7858 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()7909 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte()7954 void DeathTestImpl::Abort(AbortReason reason) { in Abort()8014 bool DeathTestImpl::Passed(bool status_ok) { in Passed()8097 class WindowsDeathTest : public DeathTestImpl {8103 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} in WindowsDeathTest()8263 class FuchsiaDeathTest : public DeathTestImpl {8458 class ForkingDeathTest : public DeathTestImpl {[all …]