Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc7846 class DeathTestImpl : public DeathTest { class
7848 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl
7858 ~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 …]