Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2400 struct SectionEndInfo;
2422 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
2423 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
2834 struct SectionEndInfo { struct
8022 void sectionEnded( SectionEndInfo const& endInfo ) override;
8023 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;
8088 std::vector<SectionEndInfo> m_unfinishedSections;
12620 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded()
12634 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly()
12945 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()