Home | History | Annotate | Download | only in src

Lines Matching defs:read_fd_

370         read_fd_(-1),
373 // read_fd_ is expected to be closed and cleared by a derived class.
374 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
387 int read_fd() const { return read_fd_; }
388 void set_read_fd(int fd) { read_fd_ = fd; }
394 // member, and closes read_fd_. Outputs diagnostics and terminates in
414 int read_fd_;
417 // pipe in read_fd_.
423 // member, and closes read_fd_. Outputs diagnostics and terminates in