Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_capture.h21 struct SectionEndInfo;
39 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
40 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
Dcatch_run_context.h80 void sectionEnded( SectionEndInfo const& endInfo ) override;
81 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;
142 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.hpp2075 struct SectionEndInfo;
2093 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
2094 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
2500 struct SectionEndInfo { struct
6181 void sectionEnded( SectionEndInfo const& endInfo ) override;
6182 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;
6243 std::vector<SectionEndInfo> m_unfinishedSections;
10439 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded()
10453 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly()
10743 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()