Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp9559 struct BySectionInfo { struct
9560 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument
9561 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() function
9566 void operator=( BySectionInfo const& );
9604 BySectionInfo( sectionInfo ) ); in sectionStarting()