Searched refs:SectionEndInfo (Results 1 – 7 of 7) sorted by relevance
21 struct SectionEndInfo;39 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;40 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
80 void sectionEnded( SectionEndInfo const& endInfo ) override;81 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;142 std::vector<SectionEndInfo> m_unfinishedSections;
24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
34 struct SectionEndInfo { struct
210 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded()224 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly()
1960 struct SectionEndInfo;1972 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;1973 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;2261 struct SectionEndInfo { struct2262 …SectionEndInfo( SectionInfo const& _sectionInfo, Counts const& _prevAssertions, double _durationIn… in SectionEndInfo() argument5986 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()
2075 struct SectionEndInfo;2093 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;2094 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;2500 struct SectionEndInfo { struct6181 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()