Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp5839 struct BySectionInfo { struct
5840 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument
5841 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument
5842 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()
5849 SectionInfo const& m_other;