Searched refs:sectionStarted (Results 1 – 6 of 6) sorted by relevance
/external/catch2/include/internal/ |
D | catch_section.cpp | 17 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
|
D | catch_interfaces_capture.h | 37 virtual bool sectionStarted( SectionInfo const& sectionInfo,
|
D | catch_run_context.h | 78 bool sectionStarted( SectionInfo const& sectionInfo, Counts& assertions ) override;
|
D | catch_run_context.cpp | 176 bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { in sectionStarted() function in Catch::RunContext
|
/external/bcc/tests/cc/ |
D | catch.hpp | 1970 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/ |
D | catch.hpp | 2091 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()
|