Home
last modified time | relevance | path

Searched defs:applyCommandLine (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_session.cpp192 int Session::applyCommandLine( int argc, char const * const * argv ) { in applyCommandLine() function in Catch::Session
218 int Session::applyCommandLine( int argc, wchar_t const * const * argv ) { in applyCommandLine() function in Catch::Session
/external/catch2/single_include/catch2/
Dcatch.hpp13252 int Session::applyCommandLine( int argc, char const * const * argv ) { in applyCommandLine() function in Catch::Session
13278 int Session::applyCommandLine( int argc, wchar_t const * const * argv ) { in applyCommandLine() function in Catch::Session
/external/libabigail/tests/lib/
Dcatch.hpp13395 int Session::applyCommandLine( int argc, char const * const * argv ) { in applyCommandLine() function in Catch::Session
13421 int Session::applyCommandLine( int argc, wchar_t const * const * argv ) { in applyCommandLine() function in Catch::Session
/external/bcc/tests/cc/
Dcatch.hpp6309 …int applyCommandLine( int argc, char const* argv[], OnUnusedOptions::DoWhat unusedOptionBehaviour … in applyCommandLine() function in Catch::Session