Home | History | Annotate | Download | only in src

Lines Matching defs:DeathTestImpl

309 class DeathTestImpl : public DeathTest {
311 DeathTestImpl(const char* a_statement, const RE* a_regex)
321 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
349 // The regular expression which test output must match. DeathTestImpl
372 void DeathTestImpl::ReadAndInterpretStatusByte() {
414 void DeathTestImpl::Abort(AbortReason reason) {
447 bool DeathTestImpl::Passed(bool status_ok) {
520 class WindowsDeathTest : public DeathTestImpl {
526 : DeathTestImpl(statement, regex), file_(file), line_(line) {}
692 class ForkingDeathTest : public DeathTestImpl {
709 : DeathTestImpl(a_statement, a_regex),