Searched refs:expected_chunks (Results 1 – 1 of 1) sorted by relevance
341 std::map<std::tuple<ProducerID, WriterID, ChunkID>, size_t> expected_chunks; in TEST_F() local349 expected_chunks.emplace(std::make_tuple(p, w, c), chunk_size); in TEST_F()356 for (const auto& it : expected_chunks) { in TEST_F()