Searched refs:build_ids_to_filenames (Results 1 – 2 of 2) sorted by relevance
70 bool Localize(const std::map<string, string>& build_ids_to_filenames);
444 const std::map<string, string>& build_ids_to_filenames) { in Localize() argument448 auto find_result = build_ids_to_filenames.find(build_id_string); in Localize()449 if (find_result == build_ids_to_filenames.end()) continue; in Localize()