Home
last modified time | relevance | path

Searched refs:waitForKeypress (Results 1 – 25 of 134) sorted by relevance

123456

/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_commandline.cpp95 config.waitForKeypress = WaitForKeypress::Never; in makeCommandLineParser()
97 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
99 config.waitForKeypress = WaitForKeypress::BeforeExit; in makeCommandLineParser()
101 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in makeCommandLineParser()
H A Dcatch_session.cpp247 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
252 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()
H A Dcatch_config.hpp58 WaitForKeypress::When waitForKeypress = WaitForKeypress::Never; member
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_commandline.cpp95 config.waitForKeypress = WaitForKeypress::Never; in makeCommandLineParser()
97 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
99 config.waitForKeypress = WaitForKeypress::BeforeExit; in makeCommandLineParser()
101 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in makeCommandLineParser()
H A Dcatch_session.cpp247 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
252 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()
H A Dcatch_config.hpp58 WaitForKeypress::When waitForKeypress = WaitForKeypress::Never; member
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_commandline.cpp95 config.waitForKeypress = WaitForKeypress::Never; in makeCommandLineParser()
97 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
99 config.waitForKeypress = WaitForKeypress::BeforeExit; in makeCommandLineParser()
101 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in makeCommandLineParser()
H A Dcatch_session.cpp247 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
252 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_commandline.cpp95 config.waitForKeypress = WaitForKeypress::Never; in makeCommandLineParser()
97 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
99 config.waitForKeypress = WaitForKeypress::BeforeExit; in makeCommandLineParser()
101 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in makeCommandLineParser()
H A Dcatch_session.cpp247 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
252 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_commandline.cpp95 config.waitForKeypress = WaitForKeypress::Never; in makeCommandLineParser()
97 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
99 config.waitForKeypress = WaitForKeypress::BeforeExit; in makeCommandLineParser()
101 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in makeCommandLineParser()
H A Dcatch_session.cpp247 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
252 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_commandline.cpp87 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
89 config.waitForKeypress = WaitForKeypress::BeforeExit; in makeCommandLineParser()
91 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in makeCommandLineParser()
H A Dcatch_session.cpp229 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
234 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()
H A Dcatch_config.hpp52 WaitForKeypress::When waitForKeypress = WaitForKeypress::Never; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_commandline.hpp82 config.waitForKeypress = WaitForKeypress::BeforeStart; in setWaitForKeypress()
84 config.waitForKeypress = WaitForKeypress::BeforeExit; in setWaitForKeypress()
86 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in setWaitForKeypress()
H A Dcatch_config.hpp49 waitForKeypress( WaitForKeypress::Never ) in ConfigData()
74 WaitForKeypress::When waitForKeypress; member
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_commandline.cpp96 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
98 config.waitForKeypress = WaitForKeypress::BeforeExit; in makeCommandLineParser()
100 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in makeCommandLineParser()
H A Dcatch_session.cpp247 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
252 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()
H A Dcatch_config.hpp56 WaitForKeypress::When waitForKeypress = WaitForKeypress::Never; member
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_commandline.hpp82 config.waitForKeypress = WaitForKeypress::BeforeStart; in setWaitForKeypress()
84 config.waitForKeypress = WaitForKeypress::BeforeExit; in setWaitForKeypress()
86 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in setWaitForKeypress()
H A Dcatch_config.hpp49 waitForKeypress( WaitForKeypress::Never ) in ConfigData()
74 WaitForKeypress::When waitForKeypress; member
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DCommon.hs216 let waitForKeypress = do function
225 waitForKeypress
229 waitForKeypress
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/
H A Dcatch_session.hpp209 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
214 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/
H A Dcatch_session.hpp209 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
214 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()

123456