Lines Matching refs:ents_
48 for (auto &p : ents_) {
110 auto it = ents_.find(dnsq->host);
112 if (it == std::end(ents_)) {
128 ents_.emplace(host, make_entry(nullptr, std::move(host_copy),
142 ents_.emplace(host, make_entry(nullptr, std::move(host_copy),
154 ents_.emplace(host, make_entry(nullptr, std::move(host_copy),
161 auto p = ents_.emplace(host,
289 auto it = ents_.find(dnsq->host);
290 if (it == std::end(ents_)) {
313 for (auto it = std::begin(ents_); it != std::end(ents_);) {
320 it = ents_.erase(it);
323 if (ents_.empty()) {