Searched refs:the_map (Results 1 – 2 of 2) sorted by relevance
203 const std::map<uint64_t, uint64_t>& the_map);
732 const map<uint64_t, uint64_t>& the_map) { in ApplyMap() argument734 const auto& map_it = the_map.find(elem); in ApplyMap()735 if (map_it != the_map.end()) in ApplyMap()