HomeSort by relevance Sort by last modified time
    Searched refs:write_fd (Results 1 - 2 of 2) sorted by null

  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 195 int write_fd)
196 : file_(file), line_(line), index_(index), write_fd_(write_fd) {}
206 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
  /external/protobuf/gtest/src/
gtest-death-test.cc 207 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
336 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
420 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
421 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(write_fd()));
606 set_write_fd(flag->write_fd());
1109 const int write_fd = local
1137 int write_fd = -1; local
    [all...]

Completed in 11 milliseconds