Lines Matching refs:TEST_P
153 TEST_P(CacheTest, UsageTest) { in TEST_P() function
195 TEST_P(CacheTest, PinnedUsageTest) { in TEST_P() function
280 TEST_P(CacheTest, HitAndMiss) { in TEST_P() function
303 TEST_P(CacheTest, InsertSameKey) { in TEST_P() function
309 TEST_P(CacheTest, Erase) { in TEST_P() function
328 TEST_P(CacheTest, EntriesArePinned) { in TEST_P() function
358 TEST_P(CacheTest, EvictionPolicy) { in TEST_P() function
371 TEST_P(CacheTest, ExternalRefPinsEntries) { in TEST_P() function
397 TEST_P(CacheTest, EvictionPolicyRef) { in TEST_P() function
445 TEST_P(CacheTest, EvictEmptyCache) { in TEST_P() function
451 TEST_P(CacheTest, EraseFromDeleter) { in TEST_P() function
472 TEST_P(CacheTest, ErasedHandleState) { in TEST_P() function
494 TEST_P(CacheTest, HeavyEntries) { in TEST_P() function
521 TEST_P(CacheTest, NewId) { in TEST_P() function
535 TEST_P(CacheTest, ReleaseAndErase) { in TEST_P() function
550 TEST_P(CacheTest, ReleaseWithoutErase) { in TEST_P() function
566 TEST_P(CacheTest, SetCapacity) { in TEST_P() function
613 TEST_P(LRUCacheTest, SetStrictCapacityLimit) { in TEST_P() function
669 TEST_P(CacheTest, OverCapacity) { in TEST_P() function
726 TEST_P(CacheTest, ApplyToAllCacheEntiresTest) { in TEST_P() function
741 TEST_P(CacheTest, DefaultShardBits) { in TEST_P() function
757 TEST_P(CacheTest, GetCharge) { in TEST_P() function