Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_tracker.cpp119 bool TrackerBase::isSectionTracker() const { return false; } in isSectionTracker() function in Catch::TestCaseTracking::TrackerBase
200 bool SectionTracker::isSectionTracker() const { return true; } in isSectionTracker() function in Catch::TestCaseTracking::SectionTracker
/external/catch2/single_include/catch2/
Dcatch.hpp14189 bool TrackerBase::isSectionTracker() const { return false; } in isSectionTracker() function in Catch::TestCaseTracking::TrackerBase
14270 bool SectionTracker::isSectionTracker() const { return true; } in isSectionTracker() function in Catch::TestCaseTracking::SectionTracker
/external/libabigail/tests/lib/
Dcatch.hpp14385 bool TrackerBase::isSectionTracker() const { return false; } in isSectionTracker() function in Catch::TestCaseTracking::TrackerBase
14467 bool SectionTracker::isSectionTracker() const { return true; } in isSectionTracker() function in Catch::TestCaseTracking::SectionTracker