Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp6287 struct OnUnusedOptions { enum DoWhat { Ignore, Fail }; }; struct in Catch::Session
6309 …lyCommandLine( int argc, char const* argv[], OnUnusedOptions::DoWhat unusedOptionBehaviour = OnUnu… in applyCommandLine()
6311 … m_cli.setThrowOnUnrecognisedTokens( unusedOptionBehaviour == OnUnusedOptions::Fail ); in applyCommandLine()