Home
last modified time | relevance | path

Searched defs:GetHostAndPort (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/base/
H A Durl_util.cc255 std::string GetHostAndPort(const GURL& url) { in GetHostAndPort() function
H A Durl_util_unittest.cc336 TEST(UrlUtilTest, GetHostAndPort) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_server_lib.cc137 Status GrpcServer::GetHostAndPort(const ServerDef& server_def, in GetHostAndPort() function in tensorflow::GrpcServer
/aosp_15_r20/external/cronet/net/socket/
H A Dssl_server_socket_unittest.cc406 static HostPortPair GetHostAndPort() { return HostPortPair("unittest", 0); } in GetHostAndPort() function in net::SSLServerSocketTest