Searched refs:fds_ (Results 1 – 2 of 2) sorted by relevance
49 message.fds_.push_back(fd); in FromRaw()65 message.fds_.push_back(fd_copy); in FromFileDescriptors()90 fds_ = std::move(existing.fds_); in ControlMessage()91 existing.fds_.clear(); in ControlMessage()99 fds_ = std::move(existing.fds_); in operator =()100 existing.fds_.clear(); in operator =()105 for (const auto& fd : fds_) { in ~ControlMessage()
58 std::vector<int> fds_; member