Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_section.cpp17 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
Dcatch_interfaces_capture.h37 virtual bool sectionStarted( SectionInfo const& sectionInfo,
Dcatch_run_context.h78 bool sectionStarted( SectionInfo const& sectionInfo, Counts& assertions ) override;
Dcatch_run_context.cpp176 bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { in sectionStarted() function in Catch::RunContext
/external/bcc/tests/cc/
Dcatch.hpp1970 virtual bool sectionStarted( SectionInfo const& sectionInfo,
5953 virtual bool sectionStarted ( in sectionStarted() function in Catch::RunContext
7848 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
/external/catch2/single_include/catch2/
Dcatch.hpp2091 virtual bool sectionStarted( SectionInfo const& sectionInfo,
6179 bool sectionStarted( SectionInfo const& sectionInfo, Counts& assertions ) override;
10405 bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { in sectionStarted() function in Catch::RunContext
10736 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()