Lines Matching refs:Count
35 return x.second.Count() > y.second.Count();
44 << std::setw(numberRightAdjustment) << "Count"
57 if (val.Count() == 0) {
63 << std::setw(numberRightAdjustment) << val.Count()
66 << std::setw(numberRightAdjustment) << val.TypedPathCount() * hundred / val.Count() << "%";
68 totalCount += val.Count();
115 return x.second.Count() > y.second.Count();
161 if (record.Count() == 0) {
168 << std::setw(numberRightAdjustment) << record.Count()
171 << std::setw(numberRightAdjustment) << record.GetFast() * hundred / record.Count() << "%";