Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_section_info.h34 struct SectionEndInfo { struct
35 SectionInfo sectionInfo;
36 Counts prevAssertions;
37 double durationInSeconds;
/external/bcc/tests/cc/
Dcatch.hpp2261 struct SectionEndInfo { struct
2262SectionEndInfo( SectionInfo const& _sectionInfo, Counts const& _prevAssertions, double _durationIn… in SectionEndInfo() function
2266 SectionInfo sectionInfo;
2267 Counts prevAssertions;
2268 double durationInSeconds;
/external/catch2/single_include/catch2/
Dcatch.hpp2500 struct SectionEndInfo { struct
2501 SectionInfo sectionInfo;
2502 Counts prevAssertions;
2503 double durationInSeconds;