Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp8621 struct BySectionInfo { struct
8622 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument
8623 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument
8624 bool operator() ( Ptr<SectionNode> const& node ) const { in operator ()()
8629 SectionInfo const& m_other;