Home
last modified time | relevance | path

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

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