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

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

Completed in 72 milliseconds