Searched refs:applyCommandLine (Results 1 – 1 of 1) sorted by relevance
12990 int applyCommandLine( int argc, char const * const * argv );12992 int applyCommandLine( int argc, wchar_t const * const * argv );13001 int returnCode = applyCommandLine(argc, argv); in run()13222 int Session::applyCommandLine( int argc, char const * const * argv ) { in applyCommandLine() function in Catch::Session13248 int Session::applyCommandLine( int argc, wchar_t const * const * argv ) { in applyCommandLine() function in Catch::Session13260 int returnCode = applyCommandLine( argc, utf8Argv ); in applyCommandLine()