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

  /src/external/bsd/kyua-cli/dist/store/
exceptions.cpp 67 store::old_schema_error::old_schema_error(const int version) : function in class:store::old_schema_error
76 store::old_schema_error::~old_schema_error(void) throw()
85 store::old_schema_error::old_version(void) const
exceptions_test.cpp 52 ATF_TEST_CASE_WITHOUT_HEAD(old_schema_error); variable
53 ATF_TEST_CASE_BODY(old_schema_error)
55 const store::old_schema_error e(15);
64 ATF_ADD_TEST_CASE(tcs, old_schema_error);
exceptions.hpp 57 class old_schema_error : public error { class in namespace:store
62 explicit old_schema_error(const int);
63 virtual ~old_schema_error(void) throw();

Completed in 29 milliseconds