Searched refs:fd_mode (Results 1 – 1 of 1) sorted by relevance
62 for (const auto& fd_mode : fds_ready_) { in RunOnce() local63 const auto& fd_watched = fds_watched_.find(fd_mode); in RunOnce()75 << " for watching file descriptor " << fd_mode.first << " for " in RunOnce()76 << (fd_mode.second == MessageLoop::kWatchRead ? "reading" : "writing") in RunOnce()