Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_capture.h22 struct SectionEndInfo;
44 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
45 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
Dcatch_run_context.h80 void sectionEnded( SectionEndInfo const& endInfo ) override;
81 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;
146 std::vector<SectionEndInfo> m_unfinishedSections;
Dcatch_section.cpp24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
Dcatch_section_info.h34 struct SectionEndInfo { struct
Dcatch_run_context.cpp210 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded()
224 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly()
/external/bcc/tests/cc/
Dcatch.hpp1960 struct SectionEndInfo;
1972 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
1973 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
2261 struct SectionEndInfo { struct
2262SectionEndInfo( 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/
Dcatch.hpp2416 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/
Dcatch.hpp2438 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()