Home
last modified time | relevance | path

Searched refs:reports_count (Results 1 – 1 of 1) sorted by relevance

/third_party/benchmark/test/
Dfilter_test.cc99 const size_t reports_count = test_reporter.GetCount(); in main() local
100 if (reports_count != expected_reports) { in main()
102 << " tests to be run but reported_count = " << reports_count in main()
108 const size_t num_families = reports_count == 0 ? 0 : 1 + max_family_index; in main()