Home
last modified time | relevance | path

Searched refs:incompleteStats (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp170 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting() local
174 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
184 node = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
/external/bcc/tests/cc/
Dcatch.hpp8654 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting() local
8658 m_rootSection = new SectionNode( incompleteStats ); in sectionStarting()
8668 node = new SectionNode( incompleteStats ); in sectionStarting()
/external/catch2/single_include/catch2/
Dcatch.hpp5226 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting() local
5230 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
5240 node = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()