Home | History | Annotate | Download | only in base

Lines Matching refs:host_

39     return host_ < other.host_;
44 return host_ == other.host_ && port_ == other.port_;
48 return host_.empty() && port_ == 0;
52 return host_;
60 host_ = in_host;
67 // ToString() will convert the HostPortPair to "host:port". If |host_| is an
68 // IPv6 literal, it will add brackets around |host_|.
71 // Returns |host_|, adding IPv6 brackets if needed.
75 // If |host_| represents an IPv6 address, this string will not contain
77 std::string host_;