Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp5819 struct SectionNode { struct
5820 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() argument
5823 bool operator == (SectionNode const& other) const { in operator ==()
5826 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
5830 SectionStats stats;
5831 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
5832 using Assertions = std::vector<AssertionStats>;
5833 ChildSections childSections;
5834 Assertions assertions;
5835 std::string stdOut;
[all …]