OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jul 08 00:27:11 UTC 2026