Searched refs:map_it (Results 1 – 1 of 1) sorted by relevance
734 const auto& map_it = the_map.find(elem); in ApplyMap() local735 if (map_it != the_map.end()) in ApplyMap()736 elem = map_it->second; in ApplyMap()