Searched refs:GetEntryForTesting (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_index_unittest.cc | 152 bool GetEntryForTesting(uint64_t key, EntryMetadata* metadata) { in GetEntryForTesting() function in disk_cache::SimpleIndexTest 302 ASSERT_TRUE(GetEntryForTesting(hashes_.at<1>(), &metadata)); in TEST_F() 311 EXPECT_FALSE(GetEntryForTesting(hashes_.at<1>(), &metadata)); in TEST_F() 349 EXPECT_FALSE(GetEntryForTesting(kHash1, &metadata1)); in TEST_F() 352 EXPECT_TRUE(GetEntryForTesting(kHash1, &metadata1)); in TEST_F() 354 EXPECT_TRUE(GetEntryForTesting(kHash1, &metadata2)); in TEST_F() 357 EXPECT_TRUE(GetEntryForTesting(kHash1, &metadata2)); in TEST_F() 366 EXPECT_FALSE(GetEntryForTesting(kHash1, &metadata1)); in TEST_F() 369 EXPECT_TRUE(GetEntryForTesting(kHash1, &metadata1)); in TEST_F() 371 EXPECT_TRUE(GetEntryForTesting(kHash1, &metadata2)); in TEST_F() [all …]
|