Home
last modified time | relevance | path

Searched refs:prevTotals (Results 1 – 6 of 6) 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.hpp2821 Totals delta( Totals const& prevTotals ) const;
12538 Totals prevTotals = m_totals; in runTest() local
12558 Totals deltaTotals = m_totals.delta(prevTotals); in runTest()
15025 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
15026 Totals diff = *this - prevTotals; in delta()
/external/libabigail/tests/lib/
Dcatch.hpp2843 Totals delta( Totals const& prevTotals ) const;
12681 Totals prevTotals = m_totals; in runTest() local
12701 Totals deltaTotals = m_totals.delta(prevTotals); in runTest()
15232 Totals Totals::delta( Totals const& prevTotals ) const { in delta()
15233 Totals diff = *this - prevTotals; in delta()