Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc6856 class DeathTestImpl : public DeathTest { class
6858 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl
6868 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
6919 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte()
6964 void DeathTestImpl::Abort(AbortReason reason) { in Abort()
7024 bool DeathTestImpl::Passed(bool status_ok) { in Passed()
7102 class WindowsDeathTest : public DeathTestImpl {
7108 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} in WindowsDeathTest()
7270 class ForkingDeathTest : public DeathTestImpl {
7287 : DeathTestImpl(a_statement, a_regex), in ForkingDeathTest()