Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp175 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting() local
179 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
189 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/libabigail/tests/lib/
Dcatch.hpp5868 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting() local
5872 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
5882 node = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
/external/catch2/single_include/catch2/
Dcatch.hpp5832 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting() local
5836 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
5846 node = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()