Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_totals.cpp50 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
51 Totals diff = *this - prevTotals; in delta()
Dcatch_totals.h33 Totals delta( Totals const& prevTotals ) const;
Dcatch_run_context.cpp97 Totals prevTotals = m_totals; in runTest() local
118 Totals deltaTotals = m_totals.delta(prevTotals); in runTest()
/external/bcc/tests/cc/
Dcatch.hpp2226 Totals delta( Totals const& prevTotals ) const { in delta()
2227 Totals diff = *this - prevTotals; in delta()
5889 Totals prevTotals = m_totals; in runTest() local
5912 Totals deltaTotals = m_totals.delta( prevTotals ); in runTest()
/external/catch2/single_include/catch2/
Dcatch.hpp2471 Totals delta( Totals const& prevTotals ) const;
10327 Totals prevTotals = m_totals; in runTest() local
10347 Totals deltaTotals = m_totals.delta(prevTotals); in runTest()
12609 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
12610 Totals diff = *this - prevTotals; in delta()