Lines Matching refs:list
8826 // Transport for raw args (copied from main args, or supplied via init list for testing)
9811 return ParserResult::runtimeError( "Unrecognized reporter, '" + reporter + "'. Check available with --list-reporters" );
9819 ["-l"]["--list-tests"]
9820 ( "list all/matching test cases" )
9822 ["-t"]["--list-tags"]
9823 ( "list all/matching tags" )
9873 ["--list-test-names-only"]
9874 ( "list all/matching test cases names only" )
9876 ["--list-reporters"]
9877 ( "list all reporters" )
11103 // Copy message into messages list.
11240 Option<std::size_t> list( std::shared_ptr<Config> const& config );
11387 Option<std::size_t> list( std::shared_ptr<Config> const& config ) {
13560 // Handle list request
13561 if( Option<std::size_t> listed = list( m_config ) )