Searched refs:PRE_MSG (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | globals.cpp | 61 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 D | options.cpp | 332 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 D | parser.cpp | 282 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 D | exceptions.cpp | 37 #define VALIDATE_OPTION_NAME(option) PRE_MSG( \
|
/freebsd/contrib/kyua/model/ |
H A D | test_program.cpp | 91 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 D | test_case.cpp | 161 PRE_MSG(name_.length() > 4 && name_.substr(0, 2) == "__" && in test_case()
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | database.cpp | 195 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 D | statement.cpp | 595 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 D | sanity.hpp | 128 #define PRE_MSG(expr, msg) _UTILS_ASSERT(utils::precondition, expr, msg) macro
|
H A D | sanity_test.cpp | 156 PRE_MSG(Expression, "Custom message"); in do_pre_test()
|
/freebsd/contrib/kyua/utils/text/ |
H A D | table.cpp | 66 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 D | atf_result.cpp | 152 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 D | nodes.cpp | 342 PRE_MSG(_children.find(key[key_pos]) == _children.end(), in define()
|