Searched refs:write_fd_ (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h241 write_fd_(a_write_fd) {}
244 if (write_fd_ >= 0)
245 posix::Close(write_fd_);
251 int write_fd() const { return write_fd_; }
257 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h273 write_fd_(a_write_fd) {}
276 if (write_fd_ >= 0)
277 posix::Close(write_fd_);
283 int write_fd() const { return write_fd_; }
289 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc382 write_fd_(-1) {}
400 int write_fd() const { return write_fd_; }
401 void set_write_fd(int fd) { write_fd_ = fd; }
424 // pipe in write_fd_.
429 int write_fd_; member in class:testing::internal::DeathTestImpl
492 // run after calling _exit(). On such systems, write_fd_ will be
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc406 write_fd_(-1) {}
423 int write_fd() const { return write_fd_; }
424 void set_write_fd(int fd) { write_fd_ = fd; }
449 // pipe in write_fd_.
454 int write_fd_; member in class:testing::internal::DeathTestImpl
521 // run after calling _exit(). On such systems, write_fd_ will be

Completed in 9 milliseconds