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.hpp4930 struct SectionStats { struct
4941 SectionInfo sectionInfo;
4942 Counts assertions;
4943 double durationInSeconds;
4944 bool missingAssertions;
8956 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function in Catch::SectionStats