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

  /src/external/bsd/atf/dist/tools/
exceptions.hpp 39 class not_found_error : class in namespace:tools
45 not_found_error(const std::string& message, const T& value) throw();
47 virtual ~not_found_error(void) throw();
54 not_found_error< T >::not_found_error(const std::string& message, function in class:tools::not_found_error
64 not_found_error< T >::~not_found_error(void)
72 not_found_error< T >::get_value(void)
  /src/external/bsd/kyua-cli/dist/engine/
exceptions_test.cpp 64 ATF_TEST_CASE_WITHOUT_HEAD(not_found_error); variable
65 ATF_TEST_CASE_BODY(not_found_error)
67 const engine::not_found_error e("Missing foo");
77 ATF_ADD_TEST_CASE(tcs, not_found_error);
exceptions.cpp 84 /// Constructs a new not_found_error.
87 engine::not_found_error::not_found_error(const std::string& message) : function in class:engine::not_found_error
94 engine::not_found_error::~not_found_error(void) throw()
exceptions.hpp 73 class not_found_error : public error { class in namespace:engine
75 explicit not_found_error(const std::string&);
76 virtual ~not_found_error(void) throw();

Completed in 18 milliseconds