Searched refs:max_family_index_ (Results 1 – 1 of 1) sorted by relevance
23 max_family_index_ = in ReportRuns()24 std::max<size_t>(max_family_index_, report[0].family_index); in ReportRuns()28 TestReporter() : count_(0), max_family_index_(0) {} in TestReporter()34 size_t GetMaxFamilyIndex() const { return max_family_index_; } in GetMaxFamilyIndex()38 mutable size_t max_family_index_; member in __anon8b8e18a50111::TestReporter