Home
last modified time | relevance | path

Searched defs:getActiveFD (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_socket_stream.cpp192 const std::function<int()> &getActiveFD, in getSocketFD()
256 auto getActiveFD = [this]() -> int { return FD; }; in accept() local
333 auto getActiveFD = [this]() -> int { return this->get_fd(); }; in read() local