Home
last modified time | relevance | path

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

/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp8926 …static auto runtimeError( std::string const &message ) -> BasicResult { return { ResultBase::Runti… in runtimeError() function in Catch::clara::detail::BasicResult
8991 … return ParserResult::runtimeError( "Unable to convert '" + source + "' to destination type" ); in convertInto()
9007 …return ParserResult::runtimeError( "Expected a boolean value but did not recognise: '" + source + … in convertInto()
9357 … return InternalParseResult::runtimeError( "Expected argument following " + token.token ); in parse()
9360 … return InternalParseResult::runtimeError( "Expected argument following " + token.token ); in parse()
9554 …return InternalParseResult::runtimeError( "Unrecognised token: " + result.value().remainingTokens(… in parse()
9634 return ParserResult::runtimeError( "Unrecognised warning: '" + warning + "'" ); in makeCommandLineParser()
9641 … return ParserResult::runtimeError( "Unable to load input file: '" + filename + "'" ); in makeCommandLineParser()
9668 … return clara::ParserResult::runtimeError( "Unrecognised ordering: '" + order + "'" ); in makeCommandLineParser()
9687 …return ParserResult::runtimeError( "colour mode must be one of: auto, yes or no. '" + useColour + … in makeCommandLineParser()
[all …]