Home
last modified time | relevance | path

Searched refs:hostnames_ (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/dns/
Dhost_cache.h182 text_records_, hostnames_, https_record_compatibility_, in ContentsEqual()
186 other.aliases_, other.text_records_, other.hostnames_, in ContentsEqual()
222 return hostnames_; in hostnames()
225 hostnames_ = std::move(hostnames); in set_hostnames()
309 hostnames_ = std::move(hostnames); in SetResult()
334 absl::optional<std::vector<HostPortPair>> hostnames_; variable
Dhost_cache.cc372 hostnames_ = data_result->AsData().hosts(); in Entry()
479 MergeLists(&front.hostnames_, back.hostnames()); in MergeEntries()
513 if (copy.hostnames_) { in CopyWithDefaultPort()
514 for (HostPortPair& hostname : copy.hostnames_.value()) { in CopyWithDefaultPort()
549 hostnames_(entry.hostnames()), in Entry()
576 hostnames_(std::move(hostnames)), in Entry()