Lines Matching refs:currentTracker
7537 ITracker& currentTracker();
12536 ITracker& currentTracker = ctx.currentTracker(); in acquire() local
12548 if (currentTracker.nameAndLocation() == nameAndLocation) { in acquire()
12549 auto thisTracker = currentTracker.parent().findChild(nameAndLocation); in acquire()
12553 …} else if ( TestCaseTracking::ITrackerPtr childTracker = currentTracker.findChild( nameAndLocation… in acquire()
12558 … tracker = std::make_shared<GeneratorTracker>( nameAndLocation, ctx, ¤tTracker ); in acquire()
12559 currentTracker.addChild( tracker ); in acquire()
12786 if (m_trackerContext.currentTracker().hasChildren()) in testForMissingAssertions()
14331 ITracker& TrackerContext::currentTracker() { in currentTracker() function in Catch::TestCaseTracking::TrackerContext
14398 while( &m_ctx.currentTracker() != this ) in close()
14399 m_ctx.currentTracker().close(); in close()
14472 ITracker& currentTracker = ctx.currentTracker(); in acquire() local
14473 if( ITrackerPtr childTracker = currentTracker.findChild( nameAndLocation ) ) { in acquire()
14479 section = std::make_shared<SectionTracker>( nameAndLocation, ctx, ¤tTracker ); in acquire()
14480 currentTracker.addChild( section ); in acquire()