Searched refs:INV_MSG (Results 1 – 5 of 5) sorted by relevance
115 #define INV_MSG(expr, msg) _UTILS_ASSERT(utils::invariant, expr, msg) macro
115 INV_MSG(Expression, "Custom message"); in do_inv_test()
252 INV_MSG(iter != _option_values.end(), F("Undefined option --%s") % name); in get_option_raw()
232 INV_MSG(match != titles.end(), "Conditional does not match user " in print_tests()
175 INV_MSG(!data, "The statement should not have produced any rows, but it " in step_without_results()