Home
last modified time | relevance | path

Searched refs:insert_error (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp66 struct insert_error : public container_error { }; struct
81 { _GLIBCXX_THROW_OR_ABORT(insert_error()); } in __throw_insert_error()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp67 struct insert_error : public container_error { }; struct
83 { throw insert_error(); } in __throw_insert_error()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_standard_resize_policy_imp.hpp206 __catch(insert_error& ) in resize()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_standard_resize_policy_imp.hpp206 __catch(insert_error& ) in resize()