Lines Matching defs:macroName
835 std::string macroName; member
1905 std::string macroName; member
2057 #define INTERNAL_CATCH_TEST( expr, resultDisposition, macroName ) \ argument
2071 #define INTERNAL_CATCH_IF( expr, resultDisposition, macroName ) \ argument
2076 #define INTERNAL_CATCH_ELSE( expr, resultDisposition, macroName ) \ argument
2081 #define INTERNAL_CATCH_NO_THROW( expr, resultDisposition, macroName ) \ argument
2095 #define INTERNAL_CATCH_THROWS( expr, resultDisposition, matcher, macroName ) \ argument
2112 #define INTERNAL_CATCH_THROWS_AS( expr, exceptionType, resultDisposition, macroName ) \ argument
2133 #define INTERNAL_CATCH_MSG( messageType, resultDisposition, macroName, ... ) \ argument
2141 #define INTERNAL_CATCH_MSG( messageType, resultDisposition, macroName, log ) \ argument
2151 #define INTERNAL_CATCH_INFO( log, macroName ) \ argument
2155 #define INTERNAL_CHECK_THAT( arg, matcher, resultDisposition, macroName ) \ argument
8161 ResultBuilder::ResultBuilder( char const* macroName, in ResultBuilder()