Searched refs:SocketDescriptorForTesting (Results 1 – 9 of 9) sorted by relevance
104 std::array sockets{socket_tcp_ipv4.SocketDescriptorForTesting(), in TEST()105 socket_tcp_ipv6.SocketDescriptorForTesting(), in TEST()106 socket_udp_ipv4.SocketDescriptorForTesting(), in TEST()107 socket_udp_ipv6.SocketDescriptorForTesting()}; in TEST()
455 SocketDescriptor TCPClientSocket::SocketDescriptorForTesting() const { in SocketDescriptorForTesting() function in net::TCPClientSocket456 return socket_->SocketDescriptorForTesting(); in SocketDescriptorForTesting()
139 SocketDescriptor SocketDescriptorForTesting() const;
165 SocketDescriptor SocketDescriptorForTesting() const;
131 SocketDescriptor SocketDescriptorForTesting() const;
275 SocketDescriptor SocketDescriptorForTesting() const { return socket_; } in SocketDescriptorForTesting() function
653 connecting_socket.SocketDescriptorForTesting(); in TEST_F()716 connecting_socket.SocketDescriptorForTesting(), SOL_SOCKET, SO_RCVBUF, in TEST_F()
495 SocketDescriptor TCPSocketPosix::SocketDescriptorForTesting() const { in SocketDescriptorForTesting() function in net::TCPSocketPosix
774 SocketDescriptor TCPSocketWin::SocketDescriptorForTesting() const { in SocketDescriptorForTesting() function in net::TCPSocketWin