Searched refs:removed_files_ (Results 1 – 2 of 2) sorted by relevance
78 removed_files_.erase(file_path); in GetCodeWriter()84 removed_files_.insert(file_path); in RemovePath()155 if (removed_files_.count(path) > 0) { in PathWasRemoved()
79 mutable std::set<std::string> removed_files_; variable