Home
last modified time | relevance | path

Searched refs:statsCounterSupplier (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DCacheBuilder.java232 Supplier<? extends StatsCounter> statsCounterSupplier = NULL_STATS_COUNTER; field in CacheBuilder
517 statsCounterSupplier = CACHE_STATS_COUNTER; in recordStats()
522 return statsCounterSupplier == CACHE_STATS_COUNTER; in isRecordingStats()
526 return statsCounterSupplier; in getStatsCounterSupplier()
/external/guava/guava/src/com/google/common/cache/
DCacheBuilder.java238 Supplier<? extends StatsCounter> statsCounterSupplier = NULL_STATS_COUNTER; field in CacheBuilder
762 statsCounterSupplier = CACHE_STATS_COUNTER; in recordStats()
767 return statsCounterSupplier == CACHE_STATS_COUNTER; in isRecordingStats()
771 return statsCounterSupplier; in getStatsCounterSupplier()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderSpecTest.java561 assertEquals("statsCounterSupplier", a.statsCounterSupplier, b.statsCounterSupplier); in assertCacheBuilderEquivalence()