Searched refs:incompleteStats (Results 1 – 4 of 4) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_bases.hpp | 175 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/ |
D | catch.hpp | 8654 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/ |
D | catch.hpp | 5868 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/ |
D | catch.hpp | 5832 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()
|