Home | History | Annotate | Download | only in src

Lines Matching refs:read_fd_

333         read_fd_(-1),
336 // read_fd_ is expected to be closed and cleared by a derived class.
337 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
350 int read_fd() const { return read_fd_; }
351 void set_read_fd(int fd) { read_fd_ = fd; }
357 // member, and closes read_fd_. Outputs diagnostics and terminates in
377 int read_fd_;
380 // pipe in read_fd_.
386 // member, and closes read_fd_. Outputs diagnostics and terminates in