Searched refs:DeathTestImpl (Results 1 – 1 of 1) sorted by relevance
397 class DeathTestImpl : public DeathTest { class409 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()461 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte()502 std::string DeathTestImpl::GetErrorLogs() { in GetErrorLogs()510 void DeathTestImpl::Abort(AbortReason reason) { in Abort()569 bool DeathTestImpl::Passed(bool status_ok) { in Passed()649 class WindowsDeathTest : public DeathTestImpl {653 : DeathTestImpl(a_statement, std::move(matcher)), in WindowsDeathTest()813 class FuchsiaDeathTest : public DeathTestImpl {817 : DeathTestImpl(a_statement, std::move(matcher)), in FuchsiaDeathTest()[all …]