Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp5478 struct SectionStats { struct
5479 SectionStats( SectionInfo const& _sectionInfo,
5483 SectionStats( SectionStats const& ) = default;
5484 SectionStats( SectionStats && ) = default;
5485 SectionStats& operator = ( SectionStats const& ) = default;
5486 SectionStats& operator = ( SectionStats && ) = default;
5487 virtual ~SectionStats();
5761 SectionStats stats;
6337 void sectionEnded(SectionStats const& sectionStats) override;
10941 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function in Catch::SectionStats
[all …]