Searched defs:Pipe (Results 1 – 7 of 7) sorted by relevance
27 Pipe() { in Pipe() function
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
34 class Pipe { class39 Pipe() { in Pipe() function in __anon3f1c9b050111::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
197 static bool Pipe(int* read_fd, int* write_fd) { in Pipe() function