Home
last modified time | relevance | path

Searched refs:map_copy (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/test_util/
Dfault_injection_test_fs.cc396 std::map<std::string, std::set<std::string>> map_copy; in DeleteFilesCreatedAfterLastDirSync() local
399 map_copy.insert(dir_to_new_files_since_last_sync_.begin(), in DeleteFilesCreatedAfterLastDirSync()
403 for (auto& pair : map_copy) { in DeleteFilesCreatedAfterLastDirSync()
Dfault_injection_test_env.cc405 std::map<std::string, std::set<std::string>> map_copy; in DeleteFilesCreatedAfterLastDirSync() local
408 map_copy.insert(dir_to_new_files_since_last_sync_.begin(), in DeleteFilesCreatedAfterLastDirSync()
412 for (auto& pair : map_copy) { in DeleteFilesCreatedAfterLastDirSync()