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