Home
last modified time | relevance | path

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

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