Searched refs:read_fd_ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc381 read_fd_(-1),
384 // read_fd_ is expected to be closed and cleared by a derived class.
385 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
398 int read_fd() const { return read_fd_; }
399 void set_read_fd(int fd) { read_fd_ = fd; }
405 // member, and closes read_fd_. Outputs diagnostics and terminates in
425 int read_fd_; member in class:testing::internal::DeathTestImpl
428 // pipe in read_fd_.
434 // member, and closes read_fd_. Outputs diagnostics and terminates in
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc405 read_fd_(-1),
408 // read_fd_ is expected to be closed and cleared by a derived class.
409 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
421 int read_fd() const { return read_fd_; }
422 void set_read_fd(int fd) { read_fd_ = fd; }
428 // member, and closes read_fd_. Outputs diagnostics and terminates in
450 int read_fd_; member in class:testing::internal::DeathTestImpl
453 // pipe in read_fd_.
459 // member, and closes read_fd_. Outputs diagnostics and terminates in

Completed in 6 milliseconds