Home
last modified time | relevance | path

Searched defs:SectionStats (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_interfaces_reporter.h92 struct SectionStats { struct
99 SectionStats& operator = ( SectionStats const& ) = default; argument
100 SectionStats& operator = ( SectionStats && ) = default; argument
103 SectionInfo sectionInfo;
104 Counts assertions;
105 double durationInSeconds;
106 bool missingAssertions;
Dcatch_interfaces_reporter.cpp55 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function in Catch::SectionStats
/external/bcc/tests/cc/
Dcatch.hpp5132 struct SectionStats { struct
5133 SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function
5150 SectionInfo sectionInfo;
5151 Counts assertions;
5152 double durationInSeconds;
5153 bool missingAssertions;
/external/catch2/single_include/catch2/
Dcatch.hpp4945 struct SectionStats { struct
4956 SectionInfo sectionInfo;
4957 Counts assertions;
4958 double durationInSeconds;
4959 bool missingAssertions;
8983 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function in Catch::SectionStats