Searched refs:SynchronousErrorStreamSocket (Results 1 – 1 of 1) sorted by relevance
137 class SynchronousErrorStreamSocket : public WrappedStreamSocket { class139 explicit SynchronousErrorStreamSocket(std::unique_ptr<StreamSocket> transport) in SynchronousErrorStreamSocket() function in net::__anon2345ac5a0111::SynchronousErrorStreamSocket142 SynchronousErrorStreamSocket(const SynchronousErrorStreamSocket&) = delete;143 SynchronousErrorStreamSocket& operator=(const SynchronousErrorStreamSocket&) =146 ~SynchronousErrorStreamSocket() override = default;188 int SynchronousErrorStreamSocket::Read(IOBuffer* buf, in Read()196 int SynchronousErrorStreamSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady()204 int SynchronousErrorStreamSocket::Write( in Write()1627 std::make_unique<SynchronousErrorStreamSocket>(std::move(real_transport)); in TEST_F()1631 SynchronousErrorStreamSocket* raw_transport = transport.get(); in TEST_F()[all …]