Searched defs:Pipe (Results 1 – 7 of 7) sorted by relevance
38 class Pipe { class46 Pipe(int readFd, int writeFd) : m_readFd{readFd}, m_writeFd{writeFd} { in Pipe() function in Pipe50 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
27 Pipe() { in Pipe() function
34 class Pipe { class39 Pipe() { in Pipe() function in __anon885bef8f0111::Pipe
48 class Pipe { class51 Pipe(int readFd, int writeFd) in Pipe() function in Pipe58 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
66 Pipe::Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
62 Pipe(int read_fd, int write_fd) : fd_read_{read_fd}, fd_write_{write_fd} {} in Pipe() function
200 static bool Pipe(int* read_fd, int* write_fd) { in Pipe() function