Home | History | Annotate | Download | only in metrics

Lines Matching defs:max

167   HistogramBase::Sample max;
170 it->Get(&min, &max, &count);
172 EXPECT_EQ(2, max);
177 it->Get(&min, &max, &count);
179 EXPECT_EQ(3, max);
183 it->Get(&min, &max, &count);
185 EXPECT_EQ(5, max);
217 HistogramBase::Sample max;
220 it->Get(&min, &max, &count);
222 EXPECT_EQ(11, max);
228 it->Get(&min, &max, &count);
230 EXPECT_EQ(16, max);
248 HistogramBase::Sample max;
250 EXPECT_DCHECK_DEATH(it->Get(&min, &max, &count));