Home
last modified time | relevance | path

Searched refs:BeforeStart (Results 1 – 7 of 7) sorted by relevance

/external/catch2/include/internal/
Dcatch_interfaces_config.h49 BeforeStart = 1, enumerator
51 BeforeStartAndExit = BeforeStart | BeforeExit
Dcatch_commandline.cpp90 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
Dcatch_session.cpp224 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
/external/webrtc/webrtc/base/
Dcriticalsection_unittest.cc95 void BeforeStart() { in BeforeStart() function in rtc::__anon062b4f030111::RunnerBase
133 BeforeStart(); in OnMessage()
162 BeforeStart(); in OnMessage()
/external/libchrome/base/threading/
Dsimple_thread.h133 virtual void BeforeStart() {} in BeforeStart() function
Dsimple_thread.cc49 BeforeStart(); in StartAsync()
/external/catch2/single_include/catch2/
Dcatch.hpp4002 BeforeStart = 1, enumerator
4004 BeforeStartAndExit = BeforeStart | BeforeExit
7857 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
11051 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()