Searched refs:isSectionTracker (Results 1 – 1 of 1) sorted by relevance
7438 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::TrackerBase14221 while( !parent->isSectionTracker() ) in SectionTracker()14239 bool SectionTracker::isSectionTracker() const { return true; } in isSectionTracker() function in Catch::TestCaseTracking::SectionTracker14247 assert( childTracker->isSectionTracker() ); in acquire()