Home
last modified time | relevance | path

Searched refs:container_error (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp57 struct container_error : public std::logic_error struct
59 container_error() in container_error() function
66 struct insert_error : public container_error { };
70 struct join_error : public container_error { };
73 struct resize_error : public container_error { };
77 { _GLIBCXX_THROW_OR_ABORT(container_error()); } in __throw_container_error()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp57 struct container_error : public std::logic_error struct
59 container_error() in container_error() function
66 struct insert_error : public container_error { };
70 struct join_error : public container_error { };
73 struct resize_error : public container_error { };
77 { _GLIBCXX_THROW_OR_ABORT(container_error()); } in __throw_container_error()