Searched refs:join_error (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp70 struct join_error : public container_error { }; struct in namespace:__gnu_pbds
85 { _GLIBCXX_THROW_OR_ABORT(join_error()); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp70 struct join_error : public container_error { }; struct in namespace:__gnu_pbds
85 { _GLIBCXX_THROW_OR_ABORT(join_error()); }
/netbsd-current/external/bsd/kyua-cli/dist/utils/fs/
H A Dexceptions.cpp81 /// Constructs a new join_error.
86 fs::join_error::join_error(const std::string& textual_path1_, function in class:fs::join_error
98 fs::join_error::~join_error(void) throw()
107 fs::join_error::textual_path1(void) const
117 fs::join_error::textual_path2(void) const
H A Dexceptions.hpp64 class join_error : public error { class in namespace:utils::fs
72 explicit join_error(const std::string&, const std::string&,
74 virtual ~join_error(void) throw();
H A Dexceptions_test.cpp59 ATF_TEST_CASE_WITHOUT_HEAD(join_error); variable
60 ATF_TEST_CASE_BODY(join_error)
62 const fs::join_error e("dir1/file1", "/dir2/file2", "The reason");
84 ATF_ADD_TEST_CASE(tcs, join_error);
H A Dpath_test.cpp42 using utils::fs::join_error;
49 ATF_FAIL("Expecting join_error but no error raised"); \
50 } catch (const join_error& e) { \
H A Dpath.cpp261 /// \throw utils::fs::join_error If the join operation is invalid because the
277 /// \throw utils::fs::join_error If the join operation is invalid because the
283 throw fs::join_error(_repr, rest._repr,

Completed in 117 milliseconds