Home
last modified time | relevance | path

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

/src/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();
5617 virtual void sectionEnded( SectionStats const& sectionStats ) = 0;
5708 void sectionEnded(SectionStats const& /* _sectionStats */) override { in sectionEnded()
5751 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode()
[all …]