Home
last modified time | relevance | path

Searched refs:shouldDebugBreak (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_config.hpp36 shouldDebugBreak( false ), in ConfigData()
56 bool shouldDebugBreak; member
117 bool shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
H A Dcatch_result_builder.hpp94 if( getCurrentContext().getConfig()->shouldDebugBreak() ) in handleResult()
106 bool ResultBuilder::shouldDebugBreak() const { return m_shouldDebugBreak; } in shouldDebugBreak() function in Catch::ResultBuilder
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_config.hpp36 shouldDebugBreak( false ), in ConfigData()
56 bool shouldDebugBreak; member
117 bool shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
H A Dcatch_result_builder.hpp94 if( getCurrentContext().getConfig()->shouldDebugBreak() ) in handleResult()
106 bool ResultBuilder::shouldDebugBreak() const { return m_shouldDebugBreak; } in shouldDebugBreak() function in Catch::ResultBuilder
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_config.hpp36 shouldDebugBreak( false ), in ConfigData()
59 bool shouldDebugBreak; member
139 virtual bool shouldDebugBreak() const CATCH_OVERRIDE { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
H A Dcatch_result_builder.hpp114 if( getCurrentContext().getConfig()->shouldDebugBreak() ) in handleResult()
135 bool ResultBuilder::shouldDebugBreak() const { return m_shouldDebugBreak; } in shouldDebugBreak() function in Catch::ResultBuilder
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_config.hpp36 shouldDebugBreak( false ), in ConfigData()
59 bool shouldDebugBreak; member
139 virtual bool shouldDebugBreak() const CATCH_OVERRIDE { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
H A Dcatch_result_builder.hpp116 if( getCurrentContext().getConfig()->shouldDebugBreak() ) in handleResult()
137 bool ResultBuilder::shouldDebugBreak() const { return m_shouldDebugBreak; } in shouldDebugBreak() function in Catch::ResultBuilder
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_config.hpp36 bool shouldDebugBreak = false; member
101 bool shouldDebugBreak() const override;
H A Dcatch_config.cpp62 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_config.hpp36 bool shouldDebugBreak = false; member
108 bool shouldDebugBreak() const override;
H A Dcatch_config.cpp70 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_config.hpp36 bool shouldDebugBreak = false; member
111 bool shouldDebugBreak() const override;
H A Dcatch_config.cpp71 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_config.hpp36 bool shouldDebugBreak = false; member
111 bool shouldDebugBreak() const override;
H A Dcatch_config.cpp71 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_config.hpp36 bool shouldDebugBreak = false; member
111 bool shouldDebugBreak() const override;
H A Dcatch_config.cpp71 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_config.hpp36 bool shouldDebugBreak = false; member
111 bool shouldDebugBreak() const override;
H A Dcatch_config.cpp71 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_config.hpp36 bool shouldDebugBreak = false; member
111 bool shouldDebugBreak() const override;
H A Dcatch_config.cpp71 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
/dports/emulators/mess/mame-mame0226/3rdparty/catch/projects/SelfTest/
H A DTestMain.cpp55 CHECK( config.shouldDebugBreak == false );
124 REQUIRE( config.shouldDebugBreak == true );
130 REQUIRE( config.shouldDebugBreak );
193 CHECK( config.shouldDebugBreak );
/dports/emulators/mame/mame-mame0226/3rdparty/catch/projects/SelfTest/
H A DTestMain.cpp55 CHECK( config.shouldDebugBreak == false );
124 REQUIRE( config.shouldDebugBreak == true );
130 REQUIRE( config.shouldDebugBreak );
193 CHECK( config.shouldDebugBreak );
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/projects/SelfTest/
H A DTestMain.cpp66 CHECK( config.shouldDebugBreak == false );
135 REQUIRE( config.shouldDebugBreak == true );
141 REQUIRE( config.shouldDebugBreak );
204 CHECK( config.shouldDebugBreak );

12345678910