Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_session.cpp169 int Session::applyCommandLine( int argc, char const * const * argv ) { in applyCommandLine() function in Catch::Session
195 int Session::applyCommandLine( int argc, wchar_t const * const * argv ) { in applyCommandLine() function in Catch::Session
/external/catch2/single_include/catch2/
Dcatch.hpp10996 int Session::applyCommandLine( int argc, char const * const * argv ) { in applyCommandLine() function in Catch::Session
11022 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