HomeSort by: relevance | last modified time | path
    Searched defs:integrity_error (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/store/
exceptions.cpp 52 store::integrity_error::integrity_error(const std::string& message) : function in class:store::integrity_error
59 store::integrity_error::~integrity_error(void) throw()
exceptions_test.cpp 44 ATF_TEST_CASE_WITHOUT_HEAD(integrity_error); variable
45 ATF_TEST_CASE_BODY(integrity_error)
47 const store::integrity_error e("Some text");
63 ATF_ADD_TEST_CASE(tcs, integrity_error);
exceptions.hpp 49 class integrity_error : public error { class in namespace:store
51 explicit integrity_error(const std::string&);
52 virtual ~integrity_error(void) throw();

Completed in 17 milliseconds