Searched refs:sectionStarted (Results 1 – 7 of 7) 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 | 42 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 | 2436 virtual bool sectionStarted( SectionInfo const& sectionInfo, 8063 bool sectionStarted( SectionInfo const& sectionInfo, Counts& assertions ) override; 12616 bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { in sectionStarted() function in Catch::RunContext 12968 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 2458 virtual bool sectionStarted( SectionInfo const& sectionInfo, 8118 bool sectionStarted( SectionInfo const& sectionInfo, Counts& assertions ) override; 12759 bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { in sectionStarted() function in Catch::RunContext 13111 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
|