Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp1972 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
5259 virtual void sectionEnded( SectionStats const& sectionStats ) = 0;
5986 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() function in Catch::RunContext
5995 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded()
6042 m_reporter->sectionEnded( testCaseSectionStats ); in handleFatalErrorCondition()
6109 m_reporter->sectionEnded( testCaseSectionStats ); in runCurrentTest()
6134 sectionEnded( *it ); in handleUnfinishedSections()
7596 virtual void sectionEnded( SectionStats const& sectionStats );
7654 void LegacyReporterAdapter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::LegacyReporterAdapter
7859 getResultCapture().sectionEnded( endInfo ); in ~Section()
[all …]