Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp120 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; typedef
122 ChildSections childSections;
/external/bcc/tests/cc/
Dcatch.hpp8613 typedef std::vector<Ptr<SectionNode> > ChildSections; typedef
8615 ChildSections childSections;
8663 SectionNode::ChildSections::const_iterator it = in sectionStarting()
9392 for( SectionNode::ChildSections::const_iterator in writeSection()
/external/catch2/single_include/catch2/
Dcatch.hpp5177 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; typedef
5179 ChildSections childSections;