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