Home | History | Annotate | Download | only in quipper

Lines Matching full:filename_map

695   std::map<string, string> filename_map;
705 filename_map[string(event->filename)] = new_name;
711 LocalizeUsingFilenames(filename_map);
716 const std::map<string, string>& filename_map) {
717 LocalizeMMapFilenames(filename_map);
722 if (filename_map.find(event->filename) != filename_map.end()) {
723 const string& new_name = filename_map.at(old_name);
1573 const std::map<string, string>& filename_map) {
1591 const auto it = filename_map.find(filename);
1592 if (it == filename_map.end()) // not found