• Home
  • Raw
  • Download

Lines Matching refs:Totals

2217     struct Totals {  struct
2219 Totals operator - ( Totals const& other ) const { in operator -() argument
2220 Totals diff; in operator -()
2226 Totals delta( Totals const& prevTotals ) const { in delta() argument
2227 Totals diff = *this - prevTotals; in delta()
2237 Totals& operator += ( Totals const& other ) { in operator +=() argument
5103 Totals const& _totals ) in AssertionStats()
5129 Totals totals;
5158 Totals const& _totals, in TestCaseStats()
5178 Totals totals;
5186 Totals const& _totals, in TestGroupStats()
5206 Totals totals;
5212 Totals const& _totals, in TestRunStats()
5234 Totals totals;
5884 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st… in testGroupEnded()
5888 Totals runTest( TestCase const& testCase ) { in runTest()
5889 Totals prevTotals = m_totals; in runTest()
5912 Totals deltaTotals = m_totals.delta( prevTotals ); in runTest()
6046 Totals deltaTotals; in handleFatalErrorCondition()
6146 Totals m_totals;
6231 Totals runTests( Ptr<Config> const& config ) { in runTests()
6240 Totals totals; in runTests()
7569 virtual void EndTesting( Totals const& totals ) = 0;
7571 virtual void EndGroup( std::string const& groupName, Totals const& totals ) = 0;
7573 …virtual void EndTestCase( TestCaseInfo const& testInfo, Totals const& totals, std::string const& s…
9807 void printTotals( Totals const& totals ) { in printTotals()
9870 void printTotalsDivider( Totals const& totals ) { in printTotalsDivider()
10151 void printTotals( const Totals& totals ) const { in printTotals()