• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/bsnmp/tests/

Lines Matching refs:Totals

2800     struct Totals {
2802 Totals operator - ( Totals const& other ) const;
2803 Totals& operator += ( Totals const& other );
2805 Totals delta( Totals const& prevTotals ) const;
5465 Totals const& _totals );
5475 Totals totals;
5497 Totals const& _totals,
5509 Totals totals;
5517 Totals const& _totals,
5528 Totals totals;
5534 Totals const& _totals,
5544 Totals totals;
6134 void printTotals(Totals const& totals);
6137 void printTotalsDivider(Totals const& totals);
7987 void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount );
7989 Totals runTest(TestCase const& testCase);
8083 Totals m_totals;
10921 Totals const& _totals )
10954 Totals const& _totals,
10968 Totals const& _totals,
10983 Totals const& _totals,
12503 void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) {
12507 Totals RunContext::runTest(TestCase const& testCase) {
12508 Totals prevTotals = m_totals;
12528 Totals deltaTotals = m_totals.delta(prevTotals);
12710 Totals deltaTotals;
13113 Totals execute() {
13115 Totals totals;
14981 Totals Totals::operator - ( Totals const& other ) const {
14982 Totals diff;
14988 Totals& Totals::operator += ( Totals const& other ) {
14994 Totals Totals::delta( Totals const& prevTotals ) const {
14995 Totals diff = *this - prevTotals;
15517 void printTotals(std::ostream& out, const Totals& totals) {
16366 void ConsoleReporter::printTotals( Totals const& totals ) {
16413 void ConsoleReporter::printTotalsDivider(Totals const& totals) {