Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp7515 class SectionTracker : public TrackerBase { class
7537 using TestCaseTracking::SectionTracker;
14216SectionTracker::SectionTracker( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITrac… in SectionTracker() function in Catch::TestCaseTracking::SectionTracker
14224 SectionTracker& parentSection = static_cast<SectionTracker&>( *parent ); in SectionTracker()
14229 bool SectionTracker::isComplete() const { in isComplete()
14239 bool SectionTracker::isSectionTracker() const { return true; } in isSectionTracker()
14241SectionTracker& 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 …]