Home | History | Annotate | Download | only in base

Lines Matching refs:hostname

22   // Stores the latest address list that was looked up for a hostname.
40 Key(const std::string& hostname, AddressFamily address_family)
41 : hostname(hostname), address_family(address_family) {}
44 return other.hostname == hostname &&
50 return hostname < other.hostname;
54 std::string hostname;
132 // Map from hostname (presumably in lowercase canonicalized format) to