Searched refs:PRE_MSG (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dglobals.cpp61 PRE_MSG(Progname.empty(), "cmdline::init called more than once");
76 PRE_MSG(!Progname.empty(), "cmdline::init not called yet");
H A Dexceptions.cpp37 #define VALIDATE_OPTION_NAME(option) PRE_MSG( \
H A Doptions.cpp334 PRE_MSG(false, F("Raw value '%s' for int option not properly "
402 PRE_MSG(false, F("Raw value '%s' for list option not properly "
476 PRE_MSG(false, F("Raw value '%s' for path option not properly "
H A Dparser.cpp282 PRE_MSG(args.size() >= 1, "No progname or command name found");
313 PRE_MSG(argc >= 1, "No progname or command name found");
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Ddatabase.cpp174 PRE_MSG(!file.str().empty(), "Use database::temporary() instead");
175 PRE_MSG(file.str() != ":memory:", "Use database::in_memory() instead");
H A Dstatement.cpp589 PRE_MSG(index > 0, "Parameter name not in statement");
603 PRE_MSG(name != NULL, "Index value out of range or nameless parameter");
613 PRE_MSG(error == SQLITE_OK, "SQLite3 contract has changed; it should "
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Dsanity.hpp125 /// PRE_MSG instead.
138 #define PRE_MSG(expr, msg) _UTILS_ASSERT(utils::precondition, expr, msg) macro
H A Dsanity_test.cpp153 PRE_MSG(Expression, "Custom message");
/netbsd-current/external/bsd/kyua-cli/dist/utils/text/
H A Dtable.cpp66 PRE_MSG(user_width == text::table_formatter::width_refill ||
364 PRE_MSG(_column_widths[i] != width_refill,
/netbsd-current/external/bsd/kyua-cli/dist/utils/config/
H A Dnodes.cpp251 PRE_MSG(_children.find(key[key_pos]) == _children.end(),
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_case.cpp270 PRE_MSG(name_.length() > 4 && name_.substr(0, 2) == "__" &&
H A Dtest_program.cpp241 PRE_MSG(!binary.is_absolute(),

Completed in 215 milliseconds