Lines Matching refs:GroupInfo
5086 struct GroupInfo { struct
5087 GroupInfo( std::string const& _name, in GroupInfo() argument
5185 TestGroupStats( GroupInfo const& _groupInfo, in TestGroupStats()
5192 TestGroupStats( GroupInfo const& _groupInfo ) in TestGroupStats()
5205 GroupInfo groupInfo;
5249 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
5882 m_reporter->testGroupStarting( GroupInfo( testSpec, groupIndex, groupsCount ) ); in testGroupStarting()
5885 …m_reporter->testGroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals… in testGroupEnded()
7591 virtual void testGroupStarting( GroupInfo const& groupInfo );
7624 void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting()
8422 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting()
8549 virtual void testGroupStarting( GroupInfo const& _groupInfo ) CATCH_OVERRIDE { in testGroupStarting()
8584 LazyStat<GroupInfo> currentGroupInfo;
8649 virtual void testGroupStarting( GroupInfo const& ) CATCH_OVERRIDE {} in testGroupStarting()
9112 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting()
9292 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting()