Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc272 # define GTEST_DEATH_TEST_CHECK_(expression) \ macro
374 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
654 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
668 GTEST_DEATH_TEST_CHECK_( in Wait()
672 GTEST_DEATH_TEST_CHECK_( in Wait()
703 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
715 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
731 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
755 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
829 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]