Searched refs:to_value (Results 1 – 1 of 1) sorted by relevance
44 void VerifyEnabledCacheHit(bool to_value);45 void VerifyEnabledCacheEviction(bool to_value);61 void MetricsLibraryTest::VerifyEnabledCacheHit(bool to_value) { in VerifyEnabledCacheHit() argument66 SetMetricsConsent(to_value); in VerifyEnabledCacheHit()70 SetMetricsConsent(!to_value); in VerifyEnabledCacheHit()71 if (lib_.AreMetricsEnabled() == to_value) in VerifyEnabledCacheHit()77 void MetricsLibraryTest::VerifyEnabledCacheEviction(bool to_value) { in VerifyEnabledCacheEviction() argument79 SetMetricsConsent(!to_value); in VerifyEnabledCacheEviction()80 ASSERT_EQ(!to_value, lib_.AreMetricsEnabled()); in VerifyEnabledCacheEviction()82 SetMetricsConsent(to_value); in VerifyEnabledCacheEviction()[all …]