Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp668 struct AutoReg { struct
670 AutoReg
676 AutoReg in AutoReg() function
689 ~AutoReg();
692 AutoReg( AutoReg const& );
693 void operator= ( AutoReg const& );
707 …namespace{ Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( &TestName, CATCH_INTERNAL_L…
714 …namespace{ Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( &QualifiedMethod, "&" #Qual…
722 …Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar ) ( &TestName::test, #ClassName, Catch::N…
730 Catch::AutoReg( Function, CATCH_INTERNAL_LINEINFO, Catch::NameAndDesc( __VA_ARGS__ ) );
[all …]