Lines Matching defs:MockTCPClientSocket
120 // meanings. The expected input to MockTCPClientSocket::Write() is given
503 class MockTCPClientSocket;
520 // Return |index|-th MockTCPClientSocket (starting from 0) that the factory
522 MockTCPClientSocket* GetMockTCPClientSocket(size_t index) const;
531 std::vector<MockTCPClientSocket*>& tcp_client_sockets() {
554 std::vector<MockTCPClientSocket*> tcp_client_sockets_;
607 class MockTCPClientSocket : public MockClientSocket {
609 MockTCPClientSocket(const net::AddressList& addresses, net::NetLog* net_log,