Lines Matching refs:currentTracker
5527 ITracker& currentTracker() { in currentTracker() function in Catch::TestCaseTracking::TrackerContext
5616 while( &m_ctx.currentTracker() != this ) in close()
5617 m_ctx.currentTracker().close(); in close()
5672 ITracker& currentTracker = ctx.currentTracker(); in acquire() local
5673 if( ITracker* childTracker = currentTracker.findChild( name ) ) { in acquire()
5678 section = new SectionTracker( name, ctx, ¤tTracker ); in acquire()
5679 currentTracker.addChild( section ); in acquire()
5703 ITracker& currentTracker = ctx.currentTracker(); in acquire() local
5704 if( ITracker* childTracker = currentTracker.findChild( name ) ) { in acquire()
5709 tracker = new IndexTracker( name, ctx, ¤tTracker, size ); in acquire()
5710 currentTracker.addChild( tracker ); in acquire()
5979 if( m_trackerContext.currentTracker().hasChildren() ) in testForMissingAssertions()