HomeSort by relevance Sort by last modified time
    Searched refs:evicted_count (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3_unittest.cc 349 EXPECT_EQ(0, found_entries.evicted_count);
365 EXPECT_EQ(0, found_entries.evicted_count);
372 EXPECT_EQ(0, found_entries.evicted_count);
378 EXPECT_EQ(0, found_entries.evicted_count);
384 EXPECT_EQ(0, found_entries.evicted_count);
398 // at least evicted_count would be valid.
405 EXPECT_EQ(1, found_entries.evicted_count);
415 EXPECT_EQ(2, found_entries.evicted_count);
index_table_v3.h 112 int evicted_count; // The numebr of evicted entries in this set. member in struct:disk_cache::EntrySet
index_table_v3.cc 403 EntrySet::EntrySet() : evicted_count(0), current(0) {
604 entries.evicted_count++;
    [all...]

Completed in 46 milliseconds