Searched defs:DnsHostsKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_hosts.h21 typedef std::pair<std::string, AddressFamily> DnsHostsKey; typedef in namespace:net
28 struct hash<net::DnsHostsKey> {
29 std::size_t operator()(const net::DnsHostsKey& key) const {
37 inline size_t hash_value(const net::DnsHostsKey& key) {
69 typedef base::hash_map<DnsHostsKey, IPAddressNumber> DnsHosts;
73 typedef std::map<DnsHostsKey, IPAddressNumber> DnsHosts;

Completed in 33 milliseconds