Searched refs:evicted_count (Results 1 – 3 of 3) sorted by relevance
349 EXPECT_EQ(0, found_entries.evicted_count); in TEST()365 EXPECT_EQ(0, found_entries.evicted_count); in TEST()372 EXPECT_EQ(0, found_entries.evicted_count); in TEST()378 EXPECT_EQ(0, found_entries.evicted_count); in TEST()384 EXPECT_EQ(0, found_entries.evicted_count); in TEST()405 EXPECT_EQ(1, found_entries.evicted_count); in TEST()415 EXPECT_EQ(2, found_entries.evicted_count); in TEST()
112 int evicted_count; // The numebr of evicted entries in this set. member
403 EntrySet::EntrySet() : evicted_count(0), current(0) { in EntrySet()604 entries.evicted_count++; in LookupEntries()