Searched refs:isGeneratorTracker (Results 1 – 5 of 5) sorted by relevance
57 virtual bool isGeneratorTracker() const = 0;121 bool isGeneratorTracker() const override;
30 assert( childTracker->isGeneratorTracker() ); in acquire()46 bool isGeneratorTracker() const override { return true; } in isGeneratorTracker() function
120 bool TrackerBase::isGeneratorTracker() const { return false; } in isGeneratorTracker() function in Catch::TestCaseTracking::TrackerBase
7513 virtual bool isGeneratorTracker() const = 0;7577 bool isGeneratorTracker() const override;12551 assert(thisTracker->isGeneratorTracker()); in acquire()12555 assert( childTracker->isGeneratorTracker() ); in acquire()12570 bool isGeneratorTracker() const override { return true; } in isGeneratorTracker() function14386 bool TrackerBase::isGeneratorTracker() const { return false; } in isGeneratorTracker() function in Catch::TestCaseTracking::TrackerBase
7467 virtual bool isGeneratorTracker() const = 0;7530 bool isGeneratorTracker() const override;12471 assert( childTracker->isGeneratorTracker() ); in acquire()12487 bool isGeneratorTracker() const override { return true; } in isGeneratorTracker() function14190 bool TrackerBase::isGeneratorTracker() const { return false; } in isGeneratorTracker() function in Catch::TestCaseTracking::TrackerBase