Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8925 …static auto logicError( std::string const &message ) -> BasicResult { return { ResultBase::LogicEr… in logicError() function in Catch::clara::detail::BasicResult
9375 return Result::logicError( "No options supplied to Opt" ); in validate()
9378 return Result::logicError( "Option name cannot be empty" ); in validate()
9381 return Result::logicError( "Option name must begin with '-' or '/'" ); in validate()
9384 return Result::logicError( "Option name must begin with '-'" ); in validate()