Searched defs:getActiveFD (Results 1 – 1 of 1) sorted by relevance
192 const std::function<int()> &getActiveFD, in getSocketFD()256 auto getActiveFD = [this]() -> int { return FD; }; in accept() local333 auto getActiveFD = [this]() -> int { return this->get_fd(); }; in read() local