Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/cmdline/
H A 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()
H A Doptions.cpp332 PRE_MSG(false, F("Raw value '%s' for int option not properly " in convert()
397 PRE_MSG(false, F("Raw value '%s' for list option not properly " in convert()
471 PRE_MSG(false, F("Raw value '%s' for path option not properly " in convert()
H A 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()
H A Dexceptions.cpp37 #define VALIDATE_OPTION_NAME(option) PRE_MSG( \
/freebsd/contrib/kyua/model/
H A Dtest_program.cpp91 PRE_MSG(!binary.is_absolute(), in impl()
109 PRE_MSG(name == test_case.name(), in set_test_cases()
399 PRE_MSG(_pimpl->test_cases.find(test_case_name) == _pimpl->test_cases.end(), in add_test_case()
H A Dtest_case.cpp161 PRE_MSG(name_.length() > 4 && name_.substr(0, 2) == "__" && in test_case()
/freebsd/contrib/kyua/utils/sqlite/
H A Ddatabase.cpp195 PRE_MSG(!file.str().empty(), "Use database::temporary() instead"); in open()
196 PRE_MSG(file.str() != ":memory:", "Use database::in_memory() instead"); in open()
H A Dstatement.cpp595 PRE_MSG(index > 0, "Parameter name not in statement"); in bind_parameter_index()
609 PRE_MSG(name != NULL, "Index value out of range or nameless parameter"); in bind_parameter_name()
619 PRE_MSG(error == SQLITE_OK, "SQLite3 contract has changed; it should " in clear_bindings()
/freebsd/contrib/kyua/utils/
H A Dsanity.hpp128 #define PRE_MSG(expr, msg) _UTILS_ASSERT(utils::precondition, expr, msg) macro
H A Dsanity_test.cpp156 PRE_MSG(Expression, "Custom message"); in do_pre_test()
/freebsd/contrib/kyua/utils/text/
H A 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()
/freebsd/contrib/kyua/engine/
H A Datf_result.cpp152 PRE_MSG(false, "Unexpected status"); in parse_with_reason()
215 PRE_MSG(false, "Unexpected status"); in parse_with_reason_and_arg()
/freebsd/contrib/kyua/utils/config/
H A Dnodes.cpp342 PRE_MSG(_children.find(key[key_pos]) == _children.end(), in define()