Searched refs:kCommonRaceBasedCountMismatch (Results 1 – 3 of 3) sorted by relevance
104 if (discrepancy > Histogram::kCommonRaceBasedCountMismatch) { in InspectLoggedSamplesInconsistency()
193 const int Histogram::kCommonRaceBasedCountMismatch = 5; member in base::Histogram215 if (delta > kCommonRaceBasedCountMismatch) in FindCorruption()220 if (-delta > kCommonRaceBasedCountMismatch) in FindCorruption()
152 static const int kCommonRaceBasedCountMismatch; variable