Searched refs:in_progress_files_ (Results 1 – 2 of 2) sorted by relevance
107 if (in_progress_files_.find(fn) != in_progress_files_.end()) { in OnCompactionCompletion()111 in_progress_files_.erase(fn); in OnCompactionCompletion()457 in_progress_files_.insert(file_path); in OnAddFileImpl()467 assert(in_progress_files_.find(file_path) == in_progress_files_.end()); in OnDeleteFileImpl()473 if (in_progress_files_.find(file_path) != in_progress_files_.end()) { in OnDeleteFileImpl()475 in_progress_files_.erase(file_path); in OnDeleteFileImpl()
168 std::unordered_set<std::string> in_progress_files_; variable