Searched refs:CanRead (Results 1 – 5 of 5) sorted by relevance
34 virtual bool CanRead() const = 0;
43 bool CanRead() const override;
257 bool PipePosix::CanRead() const { in CanRead() function in PipePosix
981 assert(socket_pipe.CanRead()); in StartDebugserverProcess()
4643 !m_pipe.CanRead() || !m_pipe.CanWrite()) { in Run()