Searched refs:HostAsURIString (Results 1 – 9 of 9) sorted by relevance
112 std::string HostAsURIString() const;133 return os << HostAsURIString() << ":" << port();
139 std::string SocketAddress::HostAsURIString() const { in HostAsURIString() function in rtc::SocketAddress170 sb << HostAsURIString() << ":" << port(); in ToString()
323 EXPECT_EQ("1.2.3.4", addr_v4.HostAsURIString()); in TEST()335 EXPECT_EQ("[" + kTestV6AddrString + "]", addr_v6.HostAsURIString()); in TEST()
342 ss << "Host: " << dest_.HostAsURIString() << "\r\n"; in SendRequest()
373 if (DsMakeSpn("HTTP", server.HostAsURIString().c_str(), nullptr, in HttpAuthenticate()
27 return addr.HostAsURIString() + ":" + std::to_string(addr.port()); in ToString()
134 if (*ice_candidate_stats->ip == address.HostAsURIString() && in HasConnectionWithRemoteAddress()
639 << address_expr << " (host " << address.HostAsURIString() in AssertIpInCandidates()
4012 "stun:" + kStunServerAddress.HostAsURIString() + ":" + in TEST_P()