Home
last modified time | relevance | path

Searched refs:integrity_error (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/kyua/store/
H A Ddbtypes.cpp149 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 Dexceptions.cpp52 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 Dexceptions_test.cpp44 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 Dexceptions.hpp49 class integrity_error : public error { class
51 explicit integrity_error(const std::string&);
52 virtual ~integrity_error(void) throw();
H A Dmetadata_test.cpp98 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 Dmetadata.cpp64 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 Dread_transaction.cpp133 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 Dread_backend.cpp96 throw integrity_error( in impl()
H A Dwrite_backend.cpp122 } catch (const store::integrity_error& e) { in initialize()
H A Dread_backend_test.cpp120 ATF_REQUIRE_THROW_RE(store::integrity_error, "metadata.*empty", in ATF_TEST_CASE_BODY()
H A Ddbtypes_test.cpp98 ATF_REQUIRE_THROW_RE(store::integrity_error, error_regexp, in do_invalid_test()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Drd_req_dec.c162 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()