Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7438 virtual bool isSectionTracker() const = 0;
7501 bool isSectionTracker() const override;
7521 bool isSectionTracker() const override;
12520 assert(rootTracker.isSectionTracker()); in runTest()
14158 bool TrackerBase::isSectionTracker() const { return false; } in isSectionTracker() function in Catch::TestCaseTracking::TrackerBase
14221 while( !parent->isSectionTracker() ) in SectionTracker()
14239 bool SectionTracker::isSectionTracker() const { return true; } in isSectionTracker() function in Catch::TestCaseTracking::SectionTracker
14247 assert( childTracker->isSectionTracker() ); in acquire()