Searched refs:files_and_contexts (Results 1 – 1 of 1) sorted by relevance
107 std::vector<std::pair<std::string, std::string>> files_and_contexts; in TEST() local109 files_and_contexts.emplace_back(dir.path + "/context_"s + context, context); in TEST()112 WriteFromMultipleThreads(files_and_contexts, [](const std::string& context) { in TEST()116 for (const auto& [file, expected_context] : files_and_contexts) { in TEST()