Home
last modified time | relevance | path

Searched refs:sectionEndedEarly (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/internal/
Dcatch_section.cpp26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
Dcatch_interfaces_capture.h40 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
Dcatch_run_context.h81 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;
Dcatch_run_context.cpp224 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly() function in Catch::RunContext
/external/bcc/tests/cc/
Dcatch.hpp1973 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
5999 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) { in sectionEndedEarly() function in Catch::RunContext
7857 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
/external/catch2/single_include/catch2/
Dcatch.hpp2094 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
6182 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;
10453 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly() function in Catch::RunContext
10745 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()