Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp131 struct BySectionInfo { struct
132 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument
133 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() function
138 void operator=(BySectionInfo const&) = delete;
185 BySectionInfo( sectionInfo ) ); in sectionStarting()
/external/bcc/tests/cc/
Dcatch.hpp8621 struct BySectionInfo { struct
8622 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function
8623 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument
8628 void operator=( BySectionInfo const& );
8666 BySectionInfo( sectionInfo ) ); in sectionStarting()
/external/catch2/single_include/catch2/
Dcatch.hpp5203 struct BySectionInfo { struct
5204 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument
5205 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument
5210 void operator=(BySectionInfo const&) = delete;
5256 BySectionInfo( sectionInfo ) ); in sectionStarting()