Lines Matching refs:HostCache
54 class NET_EXPORT HostCache {
266 HostCache::Entry CopyWithDefaultPort(uint16_t port) const;
276 friend class HostCache; variable
396 static const HostCache::EntryStaleness kNotStale;
399 explicit HostCache(size_t max_entries);
401 HostCache(const HostCache&) = delete;
402 HostCache& operator=(const HostCache&) = delete;
404 ~HostCache();
437 const HostCache::Key* GetMatchingKeyForTesting(
439 HostCache::Entry::Source* source_out = nullptr,
440 HostCache::EntryStaleness* stale_out = nullptr) const;
491 static std::pair<const HostCache::Key, HostCache::Entry>*
494 std::pair<const HostCache::Key, HostCache::Entry>* result1,
495 std::pair<const HostCache::Key, HostCache::Entry>* result2);
538 const net::HostCache::EntryStaleness& s);