Home
last modified time | relevance | path

Searched defs:SectionNode (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp113 struct SectionNode { struct
114 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function
117 bool operator == (SectionNode const& other) const { in operator ==()
120 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
124 SectionStats stats;
125 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
126 using Assertions = std::vector<AssertionStats>;
127 ChildSections childSections;
128 Assertions assertions;
129 std::string stdOut;
[all …]
/external/bcc/tests/cc/
Dcatch.hpp8601 struct SectionNode : SharedImpl<> { struct
8602 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() function
8605 bool operator == ( SectionNode const& other ) const { in operator ==()
8608 bool operator == ( Ptr<SectionNode> const& other ) const { in operator ==()
8612 SectionStats stats;
8613 typedef std::vector<Ptr<SectionNode> > ChildSections;
8614 typedef std::vector<AssertionStats> Assertions;
8615 ChildSections childSections;
8616 Assertions assertions;
8617 std::string stdOut;
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp5771 struct SectionNode { struct
5772 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function
5775 bool operator == (SectionNode const& other) const { in operator ==()
5778 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
5782 SectionStats stats;
5783 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
5784 using Assertions = std::vector<AssertionStats>;
5785 ChildSections childSections;
5786 Assertions assertions;
5787 std::string stdOut;
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp5807 struct SectionNode { struct
5808 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function
5811 bool operator == (SectionNode const& other) const { in operator ==()
5814 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
5818 SectionStats stats;
5819 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
5820 using Assertions = std::vector<AssertionStats>;
5821 ChildSections childSections;
5822 Assertions assertions;
5823 std::string stdOut;
[all …]