Searched refs:mapping_iter (Results 1 – 3 of 3) sorted by relevance
137 auto mapping_iter = tags_to_names_map_.find(tag); in GetObjectFromTag() local138 if (mapping_iter == tags_to_names_map_.end()) { in GetObjectFromTag()142 const std::string& expected_name = mapping_iter->second; in GetObjectFromTag()167 auto mapping_iter = tags_to_names_map_.find(tag); in AssignObjectToTag() local168 if (mapping_iter == tags_to_names_map_.end()) { in AssignObjectToTag()172 const std::string& expected_name = mapping_iter->second; in AssignObjectToTag()
77 for (MappingList::iterator mapping_iter : mappings_to_delete) in MapWithID() local78 Unmap(mapping_iter); in MapWithID()258 void AddressMapper::Unmap(MappingList::iterator mapping_iter) { in Unmap() argument261 if (mapping_iter != mappings_.begin()) { in Unmap()262 const MappedRange& range = *mapping_iter; in Unmap()263 MappingList::iterator previous_range_iter = std::prev(mapping_iter); in Unmap()267 real_addr_to_mapped_range_.erase(mapping_iter->real_addr); in Unmap()268 mappings_.erase(mapping_iter); in Unmap()
131 void Unmap(MappingList::iterator mapping_iter);