Searched refs:kCommonRaceBasedCountMismatch (Results 1 – 3 of 3) sorted by relevance
101 if (discrepancy > Histogram::kCommonRaceBasedCountMismatch) { in InspectLoggedSamplesInconsistency()
329 const int Histogram::kCommonRaceBasedCountMismatch = 5; member in base::Histogram351 if (delta > kCommonRaceBasedCountMismatch) in FindCorruption()356 if (-delta > kCommonRaceBasedCountMismatch) in FindCorruption()
167 static const int kCommonRaceBasedCountMismatch; variable