Searched refs:kMaxCohorts (Results 1 – 4 of 4) sorted by relevance
23 const int RapporParameters::kMaxCohorts = 512; member in rappor::RapporParameters
27 static const int kMaxCohorts; member
146 if (cohort_ >= 0 && cohort_ < RapporParameters::kMaxCohorts) in LoadCohort()151 cohort_ = base::RandGenerator(RapporParameters::kMaxCohorts); in LoadCohort()
23 DCHECK_LT(cohort_seed, RapporParameters::kMaxCohorts); in RapporMetric()