Searched refs:GetHostAndPort (Results 1 – 8 of 8) sorted by relevance
/external/cronet/net/base/ |
D | url_util.h | 131 NET_EXPORT std::string GetHostAndPort(const GURL& url);
|
D | url_util_unittest.cc | 334 TEST(UrlUtilTest, GetHostAndPort) { in TEST() argument 347 std::string host_and_port = GetHostAndPort(test.url); in TEST()
|
D | url_util.cc | 253 std::string GetHostAndPort(const GURL& url) { in GetHostAndPort() function
|
/external/cronet/net/spdy/ |
D | spdy_http_utils.cc | 101 (*headers)[spdy::kHttp2AuthorityHeader] = GetHostAndPort(info.url); in CreateSpdyHeadersFromHttpRequest()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_server_lib.h | 125 virtual Status GetHostAndPort(const ServerDef& server_def, string* host_name,
|
D | grpc_server_lib.cc | 137 Status GrpcServer::GetHostAndPort(const ServerDef& server_def, in GetHostAndPort() function in tensorflow::GrpcServer 187 TF_RETURN_IF_ERROR(GetHostAndPort(server_def_, &host_name_, &requested_port)); in Init()
|
/external/cronet/net/http/ |
D | http_auth_handler_digest.cc | 323 *path = GetHostAndPort(url); in GetRequestMethodAndPath()
|
/external/cronet/net/socket/ |
D | ssl_server_socket_unittest.cc | 423 static HostPortPair GetHostAndPort() { return HostPortPair("unittest", 0); } in GetHostAndPort() function in net::SSLServerSocketTest 436 std::move(client_connection), GetHostAndPort(), client_ssl_config_); in CreateSockets() 457 GetHostAndPort(), std::move(client_cert), in ConfigureClientCertsForClient()
|