Searched refs:INV_MSG (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Dsanity.hpp102 /// INV_MSG instead.
115 #define INV_MSG(expr, msg) _UTILS_ASSERT(utils::invariant, expr, msg) macro
H A Dsanity_test.cpp115 INV_MSG(Expression, "Custom message");
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report.cpp232 INV_MSG(match != titles.end(), "Conditional does not match user "
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser.cpp252 INV_MSG(iter != _option_values.end(), F("Undefined option --%s") % name);
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp175 INV_MSG(!data, "The statement should not have produced any rows, but it "

Completed in 136 milliseconds