Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2423 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
8023 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;
12634 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly() function in Catch::RunContext
12947 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()