Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp5544 struct SectionStats { struct
5555 SectionInfo sectionInfo;
5556 Counts assertions;
5557 double durationInSeconds;
5558 bool missingAssertions;
11115 SectionStats::SectionStats( SectionInfo const& _sectionInfo, in SectionStats() function in Catch::SectionStats