Searched refs:integrity_error (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/kyua/store/ |
H A D | dbtypes.cpp | 149 throw store::integrity_error(F("Boolean value in column %s is not a " in column_bool() 157 throw store::integrity_error(F("Unknown boolean value '%s'") % value); in column_bool() 174 throw store::integrity_error(F("Time delta in column %s is not an " in column_delta() 198 throw integrity_error(F("Invalid string type in column %s") % column); in column_optional_string() 216 throw store::integrity_error(F("Result type in column %s is not a " in column_test_result_type() 230 throw store::integrity_error(F("Unknown test result type %s") % type); in column_test_result_type() 248 throw store::integrity_error(F("Timestamp in column %s is not an " in column_timestamp() 252 throw store::integrity_error(F("Timestamp in column %s must be " in column_timestamp()
|
H A D | exceptions.cpp | 52 store::integrity_error::integrity_error(const std::string& message) : in integrity_error() function in store::integrity_error 59 store::integrity_error::~integrity_error(void) throw() in ~integrity_error()
|
H A D | exceptions_test.cpp | 44 ATF_TEST_CASE_WITHOUT_HEAD(integrity_error); 45 ATF_TEST_CASE_BODY(integrity_error) in ATF_TEST_CASE_BODY() argument 47 const store::integrity_error e("Some text"); in ATF_TEST_CASE_BODY() 63 ATF_ADD_TEST_CASE(tcs, integrity_error); in ATF_INIT_TEST_CASES()
|
H A D | exceptions.hpp | 49 class integrity_error : public error { class 51 explicit integrity_error(const std::string&); 52 virtual ~integrity_error(void) throw();
|
H A D | metadata_test.cpp | 98 ATF_REQUIRE_THROW_RE(store::integrity_error, "metadata.*empty", in ATF_TEST_CASE_BODY() 110 ATF_REQUIRE_THROW_RE(store::integrity_error, in ATF_TEST_CASE_BODY() 123 ATF_REQUIRE_THROW_RE(store::integrity_error, in ATF_TEST_CASE_BODY() 141 ATF_REQUIRE_THROW_RE(store::integrity_error, in ATF_TEST_CASE_BODY()
|
H A D | metadata.cpp | 64 throw store::integrity_error(F("The '%s' column in 'metadata' table " in int64_column() 122 throw store::integrity_error("The 'metadata' table is empty"); in fetch_latest() 134 throw store::integrity_error(F("Invalid metadata schema: %s") % in fetch_latest()
|
H A D | read_transaction.cpp | 133 throw store::integrity_error(F("Cannot find referenced file %s") % in get_file() 146 throw store::integrity_error(e.what()); in get_file() 202 throw store::integrity_error("Result of type 'passed' has a " in parse_result() 210 throw store::integrity_error(e.what()); in parse_result()
|
H A D | read_backend.cpp | 96 throw integrity_error( in impl()
|
H A D | write_backend.cpp | 122 } catch (const store::integrity_error& e) { in initialize()
|
H A D | read_backend_test.cpp | 120 ATF_REQUIRE_THROW_RE(store::integrity_error, "metadata.*empty", in ATF_TEST_CASE_BODY()
|
H A D | dbtypes_test.cpp | 98 ATF_REQUIRE_THROW_RE(store::integrity_error, error_regexp, in do_invalid_test()
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | rd_req_dec.c | 162 integrity_error(krb5_context context, krb5_const_principal server, in integrity_error() function 345 return integrity_error(context, princ, req->ticket->server); in try_one_princ()
|