Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_section.cpp26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
Dcatch_interfaces_capture.h45 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.hpp2439 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
8066 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;
12664 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly() function in Catch::RunContext
12977 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
/external/libabigail/tests/lib/
Dcatch.hpp2461 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
8121 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;
12807 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly() function in Catch::RunContext
13120 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()