Home
last modified time | relevance | path

Searched defs:isSectionTracker (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_case_tracker.cpp123 bool TrackerBase::isSectionTracker() const { return false; } in isSectionTracker() function in Catch::TestCaseTracking::TrackerBase
204 bool SectionTracker::isSectionTracker() const { return true; } in isSectionTracker() function in Catch::TestCaseTracking::SectionTracker
/external/catch2/single_include/catch2/
Dcatch.hpp11968 bool TrackerBase::isSectionTracker() const { return false; } in isSectionTracker() function in Catch::TestCaseTracking::TrackerBase
12049 bool SectionTracker::isSectionTracker() const { return true; } in isSectionTracker() function in Catch::TestCaseTracking::SectionTracker