Searched refs:SectionTracker (Results 1 – 1 of 1) sorted by relevance
7515 class SectionTracker : public TrackerBase { class7537 using TestCaseTracking::SectionTracker;14216 …SectionTracker::SectionTracker( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITrac… in SectionTracker() function in Catch::TestCaseTracking::SectionTracker14224 SectionTracker& parentSection = static_cast<SectionTracker&>( *parent ); in SectionTracker()14229 bool SectionTracker::isComplete() const { in isComplete()14239 bool SectionTracker::isSectionTracker() const { return true; } in isSectionTracker()14241 …SectionTracker& SectionTracker::acquire( TrackerContext& ctx, NameAndLocation const& nameAndLocati… in acquire()14242 std::shared_ptr<SectionTracker> section; in acquire()14248 section = std::static_pointer_cast<SectionTracker>( childTracker ); in acquire()14259 void SectionTracker::tryOpen() { in tryOpen()[all …]