Searched refs:SectionEndInfo (Results 1 – 8 of 8) sorted by relevance
/external/catch2/include/internal/ |
D | catch_interfaces_capture.h | 22 struct SectionEndInfo; 44 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0; 45 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
|
D | catch_run_context.h | 80 void sectionEnded( SectionEndInfo const& endInfo ) override; 81 void sectionEndedEarly( SectionEndInfo const& endInfo ) override; 146 std::vector<SectionEndInfo> m_unfinishedSections;
|
D | catch_section.cpp | 24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
|
D | catch_section_info.h | 34 struct SectionEndInfo { struct
|
D | catch_run_context.cpp | 210 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() 224 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 1960 struct SectionEndInfo; 1972 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0; 1973 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0; 2261 struct SectionEndInfo { struct 2262 …SectionEndInfo( SectionInfo const& _sectionInfo, Counts const& _prevAssertions, double _durationIn… in SectionEndInfo() function 5986 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() 5999 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) { in sectionEndedEarly() 6130 … for( std::vector<SectionEndInfo>::const_reverse_iterator it = m_unfinishedSections.rbegin(), in handleUnfinishedSections() 6150 std::vector<SectionEndInfo> m_unfinishedSections; 7855 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2416 struct SectionEndInfo; 2438 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0; 2439 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0; 2850 struct SectionEndInfo { struct 8065 void sectionEnded( SectionEndInfo const& endInfo ) override; 8066 void sectionEndedEarly( SectionEndInfo const& endInfo ) override; 8131 std::vector<SectionEndInfo> m_unfinishedSections; 12650 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() 12664 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly() 12975 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 2438 struct SectionEndInfo; 2460 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0; 2461 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0; 2872 struct SectionEndInfo { struct 8120 void sectionEnded( SectionEndInfo const& endInfo ) override; 8121 void sectionEndedEarly( SectionEndInfo const& endInfo ) override; 8186 std::vector<SectionEndInfo> m_unfinishedSections; 12793 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() 12807 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly() 13118 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
|