Home | History | Annotate | Download | only in src

Lines Matching defs:read_fd_

330         read_fd_(-1),
333 // read_fd_ is expected to be closed and cleared by a derived class.
334 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
347 int read_fd() const { return read_fd_; }
348 void set_read_fd(int fd) { read_fd_ = fd; }
354 // member, and closes read_fd_. Outputs diagnostics and terminates in
374 int read_fd_;
377 // pipe in read_fd_.
383 // member, and closes read_fd_. Outputs diagnostics and terminates in