Home
last modified time | relevance | path

Searched refs:CATCH_NULL (Results 26 – 50 of 143) sorted by relevance

123456

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_assertionresult.h58 AssertionResultData() : decomposedExpression( CATCH_NULL ) in AssertionResultData()
73 if( decomposedExpression != CATCH_NULL ) { in reconstructExpression()
82 decomposedExpression = CATCH_NULL; in reconstructExpression()
H A Dcatch_registry_hub.hpp70 static RegistryHub* theRegistryHub = CATCH_NULL; in getTheRegistryHub()
85 getTheRegistryHub() = CATCH_NULL; in cleanUp()
H A Dcatch_compiler_capabilities.h301 # define CATCH_NULL nullptr macro
303 # define CATCH_NULL NULL macro
H A Dcatch_run_context.hpp89 m_activeTestCase( CATCH_NULL ), in RunContext()
151 m_activeTestCase = CATCH_NULL; in runTest()
152 m_testCaseTracker = CATCH_NULL; in runTest()
H A Dcatch_timer.hpp44 gettimeofday(&t,CATCH_NULL);
H A Dcatch_reporter_registry.hpp26 return CATCH_NULL; in create()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_assertionresult.h58 AssertionResultData() : decomposedExpression( CATCH_NULL ) in AssertionResultData()
73 if( decomposedExpression != CATCH_NULL ) { in reconstructExpression()
82 decomposedExpression = CATCH_NULL; in reconstructExpression()
H A Dcatch_registry_hub.hpp70 static RegistryHub* theRegistryHub = CATCH_NULL; in getTheRegistryHub()
85 getTheRegistryHub() = CATCH_NULL; in cleanUp()
H A Dcatch_compiler_capabilities.h303 # define CATCH_NULL nullptr macro
305 # define CATCH_NULL NULL macro
H A Dcatch_run_context.hpp89 m_activeTestCase( CATCH_NULL ), in RunContext()
151 m_activeTestCase = CATCH_NULL; in runTest()
152 m_testCaseTracker = CATCH_NULL; in runTest()
H A Dcatch_timer.hpp44 gettimeofday(&t,CATCH_NULL);
H A Dcatch_reporter_registry.hpp26 return CATCH_NULL; in create()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_assertionresult.h53 AssertionResultData() : decomposedExpression( CATCH_NULL ) in AssertionResultData()
68 if( decomposedExpression != CATCH_NULL ) { in reconstructExpression()
77 decomposedExpression = CATCH_NULL; in reconstructExpression()
H A Dcatch_registry_hub.hpp61 static RegistryHub* theRegistryHub = CATCH_NULL; in getTheRegistryHub()
76 getTheRegistryHub() = CATCH_NULL; in cleanUp()
H A Dcatch_compiler_capabilities.h252 # define CATCH_NULL nullptr macro
254 # define CATCH_NULL NULL macro
H A Dcatch_run_context.hpp65 m_activeTestCase( CATCH_NULL ), in RunContext()
125 m_activeTestCase = CATCH_NULL; in runTest()
126 m_testCaseTracker = CATCH_NULL; in runTest()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_registry_hub.hpp61 static RegistryHub* theRegistryHub = CATCH_NULL; in getTheRegistryHub()
76 getTheRegistryHub() = CATCH_NULL; in cleanUp()
H A Dcatch_compiler_capabilities.h252 # define CATCH_NULL nullptr macro
254 # define CATCH_NULL NULL macro
H A Dcatch_run_context.hpp65 m_activeTestCase( CATCH_NULL ), in RunContext()
125 m_activeTestCase = CATCH_NULL; in runTest()
126 m_testCaseTracker = CATCH_NULL; in runTest()
H A Dcatch_timer.hpp40 gettimeofday(&t,CATCH_NULL);
H A Dcatch_reporter_registry.hpp26 return CATCH_NULL; in create()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/projects/SelfTest/
H A DMiscTests.cpp133 return makeNull ? CATCH_NULL : "valid string"; in makeString()
138 REQUIRE( makeString( false ) != static_cast<char*>(CATCH_NULL));
139 REQUIRE( makeString( true ) == static_cast<char*>(CATCH_NULL));
248 REQUIRE_THAT("", Equals(CATCH_NULL));
/dports/emulators/mame/mame-mame0226/3rdparty/catch/projects/SelfTest/
H A DMiscTests.cpp133 return makeNull ? CATCH_NULL : "valid string"; in makeString()
138 REQUIRE( makeString( false ) != static_cast<char*>(CATCH_NULL));
139 REQUIRE( makeString( true ) == static_cast<char*>(CATCH_NULL));
248 REQUIRE_THAT("", Equals(CATCH_NULL));
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/projects/SelfTest/
H A DMiscTests.cpp134 return makeNull ? CATCH_NULL : "valid string"; in makeString()
139 REQUIRE( makeString( false ) != static_cast<char*>(CATCH_NULL));
140 REQUIRE( makeString( true ) == static_cast<char*>(CATCH_NULL));
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/projects/SelfTest/
H A DMiscTests.cpp134 return makeNull ? CATCH_NULL : "valid string"; in makeString()
139 REQUIRE( makeString( false ) != static_cast<char*>(CATCH_NULL));
140 REQUIRE( makeString( true ) == static_cast<char*>(CATCH_NULL));

123456