Home
last modified time | relevance | path

Searched refs:FromIPEndPoint (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/base/
Dhost_port_pair.h41 static HostPortPair FromIPEndPoint(const IPEndPoint& ipe);
Dhost_port_pair.cc58 HostPortPair HostPortPair::FromIPEndPoint(const IPEndPoint& ipe) { in FromIPEndPoint() function in net::HostPortPair
/external/cronet/net/socket/
Dssl_client_socket_unittest.cc4834 std::move(client_transport), HostPortPair::FromIPEndPoint(server_address), in TEST_P()