Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_commandline.cpp90 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
92 config.waitForKeypress = WaitForKeypress::BeforeExit; in makeCommandLineParser()
94 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in makeCommandLineParser()
Dcatch_session.cpp224 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
229 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()
Dcatch_config.hpp52 WaitForKeypress::When waitForKeypress = WaitForKeypress::Never; member
/external/catch2/single_include/catch2/
Dcatch.hpp4679 WaitForKeypress::When waitForKeypress = WaitForKeypress::Never; member
7857 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
7859 config.waitForKeypress = WaitForKeypress::BeforeExit; in makeCommandLineParser()
7861 config.waitForKeypress = WaitForKeypress::BeforeStartAndExit; in makeCommandLineParser()
11051 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
11056 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeExit ) != 0 ) { in run()