Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/simple/
Dsimple_index_unittest.cc133 bool GetEntryForTesting(uint64 key, EntryMetadata* metadata) { in GetEntryForTesting() function in disk_cache::SimpleIndexTest
238 ASSERT_TRUE(GetEntryForTesting(hashes_.at<1>(), &metadata)); in TEST_F()
247 EXPECT_FALSE(GetEntryForTesting(hashes_.at<1>(), &metadata)); in TEST_F()
285 EXPECT_FALSE(GetEntryForTesting(kHash1, &metadata1)); in TEST_F()
288 EXPECT_TRUE(GetEntryForTesting(kHash1, &metadata1)); in TEST_F()
290 EXPECT_TRUE(GetEntryForTesting(kHash1, &metadata2)); in TEST_F()
293 EXPECT_TRUE(GetEntryForTesting(kHash1, &metadata2)); in TEST_F()
302 EXPECT_FALSE(GetEntryForTesting(kHash1, &metadata1)); in TEST_F()
305 EXPECT_TRUE(GetEntryForTesting(kHash1, &metadata1)); in TEST_F()
307 EXPECT_TRUE(GetEntryForTesting(kHash1, &metadata2)); in TEST_F()
[all …]