Searched refs:mappings_ (Results 1 – 4 of 4) sorted by relevance
12 mappings_ = source.mappings_; in AddressMapper()52 for (iter = mappings_.begin(); iter != mappings_.end(); ++iter) { in MapWithID()106 if (mappings_.empty()) { in MapWithID()109 mappings_.push_back(range); in MapWithID()114 if (mappings_.begin()->mapped_addr >= range.size) { in MapWithID()116 range.unmapped_space_after = mappings_.begin()->mapped_addr - range.size; in MapWithID()117 mappings_.push_front(range); in MapWithID()123 for (iter = mappings_.begin(); iter != mappings_.end(); ++iter) { in MapWithID()131 mappings_.insert(++iter, range); in MapWithID()145 for (it = mappings_.begin(); it != mappings_.end(); ++it) { in DumpToLog()[all …]
59 return mappings_.empty(); in IsEmpty()64 return mappings_.size(); in GetNumMappedRanges()121 MappingList mappings_; variable
534 auto it = mappings_.find(QueryKey(name, type)); in addMapping()535 if (it != mappings_.end()) { in addMapping()542 mappings_.emplace(std::piecewise_construct, in addMapping()549 auto it = mappings_.find(QueryKey(name, type)); in removeMapping()550 if (it != mappings_.end()) { in removeMapping()555 mappings_.erase(it); in removeMapping()792 auto it = mappings_.find(QueryKey(question.qname.name, question.qtype)); in addAnswerRecords()793 if (it == mappings_.end()) { in addAnswerRecords()
117 std::unordered_map<QueryKey, std::string, QueryKeyHash> mappings_